forked from espressif/arduino-esp32
HardwareSerial - availableForWrite() support (#1226)
* HardwareSerial - availableForWrite() support * fix indentation errors (tab vs space)
This commit is contained in:
@ -40,6 +40,7 @@ public:
|
||||
void begin(unsigned long baud, uint32_t config=SERIAL_8N1, int8_t rxPin=-1, int8_t txPin=-1, bool invert=false);
|
||||
void end();
|
||||
int available(void);
|
||||
int availableForWrite(void);
|
||||
int peek(void);
|
||||
int read(void);
|
||||
void flush(void);
|
||||
|
Reference in New Issue
Block a user