1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-13 02:22:55 +03:00
Me No Dev
2016-07-08 05:11:14 +03:00
committed by Ivan Grokhotkov
parent edba2d2829
commit f8a8a2a359
4 changed files with 191 additions and 59 deletions

View File

@ -87,6 +87,8 @@ public:
void end();
size_t setRxBufferSize(size_t size);
void swap()
{
swap(1);
@ -138,7 +140,7 @@ public:
protected:
int _uart_nr;
uart_t* _uart = nullptr;
int _peek_char = -1;
size_t _rx_size;
};
extern HardwareSerial Serial;