/color-remote

Remote control of an RGB LED.

Primary LanguageJavaScript

Color Remote

Remote control of an RGB LED through a webpage.

Structure:

  • arduino/ - contains arduino sketches for the hardware side operations.
  • serial/ - contains serial communication code, that bridges the web server to arduino.
  • web/ - contains web.py code to handle color change requests and serve pages.