Skip to content

Toernblom/SimpleUDPController

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleUDPController

Decodes messages from the InoPad app.

Version 1.0.0

Initial release.

Intro

Compatible hardware

  • ESP8266

  • Soon ESP32, Arduino nano 33 IOT.

Installation

Make sure to have compatible hardware board installed.

  1. Download the latest release from src.
  2. Install through Arduino IDE.

How to - Arduino

Include and create instance

#include <SimpleUDPController.h>
SimpleUDPController sc;

Decode

sc.decode("MessageToDecode");

Read values

  /* sc.horizontal
   * sc.vertical
   * sc.button1
   * sc.button2
   * sc.button3
   * sc.button4
   */

About

Library for decoding messages sent from InoPad app.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages