Decodes messages from the InoPad app.
Initial release.
-
ESP8266
-
Soon ESP32, Arduino nano 33 IOT.
Make sure to have compatible hardware board installed.
- Download the latest release from src.
- Install through Arduino IDE.
#include <SimpleUDPController.h>
SimpleUDPController sc;
sc.decode("MessageToDecode");
/* sc.horizontal
* sc.vertical
* sc.button1
* sc.button2
* sc.button3
* sc.button4
*/