A retro gaming programme, designed for use on a portable embedded system. Incorporates power saving techniques.

Dependencies:   ConfigFile N5110 PowerControl beep mbed

Revision:
39:8cb510bb4f0b
Parent:
38:2006c99bb1fc
Child:
40:56ab6d368e9b
--- a/tower.h	Tue Apr 21 21:56:57 2015 +0000
+++ b/tower.h	Tue Apr 21 22:19:43 2015 +0000
@@ -89,9 +89,9 @@
 int randY6 = 0;
 
 //integers for changing struct ouput states
-int state1 = 5;
-int state2 = 3;
-int state3 = 1;
+int state1 = 0;
+int state2 = 0;
+int state3 = 0;
 
 //prototypes
 void calibrateJoystick();