Laser Sensing Display for UI interfaces in the real world

Dependencies:   mbed

Fork of skinGames_forktest by Alvaro Cassinelli

Revision:
35:35af5086ab4f
Parent:
34:1244fa3f2559
Child:
40:3ba2b0ea9f33
--- a/hardwareIO/hardwareIO.h	Wed Nov 07 14:41:55 2012 +0000
+++ b/hardwareIO/hardwareIO.h	Tue Nov 13 04:40:08 2012 +0000
@@ -153,6 +153,7 @@
     void switchTwoInterrupt();
     bool switchOneCheck(bool& state);
     bool switchTwoCheck(bool& state);
+    void setSwitchOneState(bool newstate);
 
     unsigned char updatePotValue(); // the value will be ajusted in the range 0-255
     unsigned char potValue;