CmdArduino
CmdArduino copied to clipboard
A simple implementation allowing any input
Hi guys,
I was wondering if either fakufaku/CmdArduino or joshmarinacci/CmdArduino allow for an implementation that accepts any command I send my Arduino Yun?
I am sending commands over the Yun bridge and I would like for my Python script to be able to send anything and have the Arduino follow it.
To be honest with you, if there was some way I could convert a command received via port->readString() and run it, that's all I need. Thank you!