kylemikableh/eTextilesArduino
The controller is designed to detect actions on the controller board, such as a button press or slider move event. If this is detected, through an Adafruit touch sensor or Adafruit soft pot, the controller places the data into a format that the connected website can use, JSON. Using the ArduinoJson library, the now parsed JSON is converted into a char array that is then sent to the website over a serial connection.
C++MIT