This project allows for the sending of MIDI messages, and setting of variable resistances, controlled by a distance sensor. MIDI input messages can also be used to set the variable resistance.

Dependencies:   N5110 PinDetect SRF08 USBDevice mbed PowerControl

Revision:
1:802453187acf
Parent:
0:39399720eaeb
--- a/main.h	Sun May 10 01:58:51 2015 +0000
+++ b/main.h	Mon May 11 11:14:59 2015 +0000
@@ -15,6 +15,8 @@
 #include <fstream>
 #include <sstream>
 #include <vector>
+#include "PowerControl/PowerControl.h"
+#include "PowerControl/EthernetPowerControl.h"
 
 #ifndef MAIN_H
 #define MAIN_H