Ignore:
Timestamp:
Dec 5, 2015, 7:18:45 PM (8 years ago)
Author:
ertl-honda
Message:

Milkcocoa用に更新

File:
1 edited

Legend:

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

    r136 r143  
    77 * @par Copyright:
    88 * Copyright (c) 2015 ITEAD Intelligent Systems Co., Ltd. \n\n
     9 * Copyright (C) 2015 Embedded and Real-Time Systems Laboratory
     10 *              Graduate School of Information Science, Nagoya Univ., JAPAN \n\n 
    911 * This program is free software; you can redistribute it and/or
    1012 * modify it under the terms of the GNU General Public License as
     
    4143#ifdef ESP8266_USE_SOFTWARE_SERIAL
    4244    /*
    43      * Constuctor.
     45     * Begin.
    4446     *
    4547     * @param uart - an reference of SoftwareSerial object.
     
    5153#else /* HardwareSerial */
    5254    /*
    53      * Constuctor.
     55     * Begin.
    5456     *
    5557     * @param uart - an reference of HardwareSerial object.
     
    402404     */
    403405    uint32_t recv(uint8_t *coming_mux_id, uint8_t *buffer, uint32_t buffer_size, uint32_t timeout = 1000);
     406
     407    /**
     408     * Check data is available.
     409     *
     410     * @return 1 : data is available, 0 : data is not available
     411     */
     412    int dataAvailable(void);
    404413
    405414 private:
Note: See TracChangeset for help on using the changeset viewer.