Skip to content

Releases: cygig/SerialConfigCommand

v0.7.0

Choose a tag to compare

@cygig cygig released this 18 Dec 10:13
0c82b8a
  • v0.7.0
    • Added isCmd() function so users need not use strcmp() when checking the command name.
    • Changed to semantic-like versioning.

v0.6

Choose a tag to compare

@cygig cygig released this 11 Jul 07:53
d2d16d4
  • v0.6
    • Corrected an error in callback function declaration. Declared it as returning void instead of nothing.

v0.5.1

Choose a tag to compare

@cygig cygig released this 31 Mar 12:54
03a11d7

Updated to correct URL in library.properties

v0.5

Choose a tag to compare

@cygig cygig released this 31 Mar 12:50
f6ca770

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

Choose a tag to compare

@cygig cygig released this 04 Mar 11:08
12980e8

Changed some keywords in keywords.txt

v0.4.1

Choose a tag to compare

@cygig cygig released this 04 Mar 10:55
9e9490a

Minor comments changes.

v0.4

Choose a tag to compare

@cygig cygig released this 04 Mar 10:54
748fe83
Update SumTwoNumbersFromSerial.ino