Communication
Simple serial text shell for sending commands to Arduino board.
Text Commands are parsed from an attached Stream (for example 'Serial' connected to the IDE's Serial Monitor). Shell commands have the "int hello(int argc, char **argv)" function signature, so you can pass in arguments.
Maintainer: Phil Jansen
This library is compatible with all architectures so you should be able to use it on all the Arduino boards.
To use this library, open the Library Manager in the Arduino IDE and install it from there.