SimpleSerialShell
SimpleSerialShell copied to clipboard
An extensible command shell for Arduino.
Very cute uWu  I set the default message to Welcome to SimpleSerialShell. To change it, one has to use the function ```shell.setWelcomeMessage(F("NotSimpleSerialShell");``` before calling ```shell.attach(Serial);```.
This saves 20%(800 bytes) Memory cost of library :D. Only tested with EpoxyDuino. Not safe for deploy. Needs to be tested with other controllers.
Thanks for making such a great library. Incredibly useful. Especially because you have both Serial attachment and a more manual ```shell.execute(line);``` features. There's only one feature that I think would...