Arduino-SerialCommand
Arduino-SerialCommand copied to clipboard
Use parser from other class?
Hi!
I'm trying to use SerialCommand from inside another class (library).
But whenever I try to add a command I get the following compiler error:
addCommand(const char [10],
Any idea of how I can get around this error?
BR, Martin