You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release 1.1.4
Some fixes to make the library compatible with Arduino UNO R4. Added the possibility to have a double buffer to be able to access the input character buffer from the program.
Release 1.1.0
- eliminated the error message in case the command is not recognized (can create problems)
- int8_t ReadSer () - the method now returns an error code documented in ReadMe
- void Print (float, int numDec = 2) - added Print for floats with default of two decimals
- void Print (double, int numDec = 2) - added Print for doubles with default of two decimals
- the SerialCmd_Buffer (private) has now, at each cycle, completely cleaned at 0x00