Add functionality allowing rxBuffer of HardwareSerial to be changed in size via HardwareSerial::setRxBufferSize. (#1855)

This commit is contained in:
Adam Coddington
2018-09-17 12:16:18 -07:00
committed by Me No Dev
parent 339618f8ef
commit ce61074802
4 changed files with 27 additions and 0 deletions

View File

@ -70,6 +70,7 @@ public:
uint32_t baudRate();
operator bool() const;
size_t setRxBufferSize(size_t);
void setDebugOutput(bool);
protected: