Ignore:
Timestamp:
Mar 28, 2016, 2:21:06 PM (8 years ago)
Author:
ertl-honda
Message:

ドキュメントの更新

File:
1 edited

Legend:

Unmodified
Added
Removed
  • rtos_arduino/trunk/arduino_lib/libraries/ESP8266_Arudino_AT/ESP8266.h

    r177 r178  
    489489
    490490    /**
    491      * 
     491     *  Rceive Buffer for each link.
    492492     */
    493493    ESP8266_RingBuffer rx_buffer[ESP8266_NUM_CONNECTION];
     
    501501
    502502    /*
    503      * Read all data in UART RX.
     503     * Read all data in UART RX and store to Rceive Buffer .
    504504     */
    505505    void rx_update(void);   
     
    573573
    574574    uint8_t wifi_status;
     575   
    575576    bool    mux_mode;
     577   
    576578    uint8_t connection_bitmap;
     579   
    577580    esp8266_connection_status connection_status[ESP8266_NUM_CONNECTION];
    578581
Note: See TracChangeset for help on using the changeset viewer.