Skip to content

Releases: cygig/SerialConfigCommand

v0.7.0

18 Dec 10:13
0c82b8a
Compare
Choose a tag to compare
  • v0.7.0
    • Added isCmd() function so users need not use strcmp() when checking the command name.
    • Changed to semantic-like versioning.

v0.6

11 Jul 07:53
d2d16d4
Compare
Choose a tag to compare
  • v0.6
    • Corrected an error in callback function declaration. Declared it as returning void instead of nothing.

v0.5.1

31 Mar 12:54
03a11d7
Compare
Choose a tag to compare

Updated to correct URL in library.properties

v0.5

31 Mar 12:50
f6ca770
Compare
Choose a tag to compare

Changed the default return string from Arduino String to C-string. Users can still use Arduino String via getCmdS() and getValue(). The internal algorithm also changed to use less memory and perform better.

v0.4.2

04 Mar 11:08
12980e8
Compare
Choose a tag to compare

Changed some keywords in keywords.txt

v0.4.1

04 Mar 10:55
9e9490a
Compare
Choose a tag to compare

Minor comments changes.

v0.4

04 Mar 10:54
748fe83
Compare
Choose a tag to compare
Update SumTwoNumbersFromSerial.ino