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

Dependencies:   ConfigFile N5110 PowerControl beep mbed

Files at this revision

API Documentation at this revision

Comitter:
el13drt
Date:
Tue Apr 21 22:19:43 2015 +0000
Parent:
38:2006c99bb1fc
Child:
40:56ab6d368e9b
Commit message:
Bugs Left:; *invisible hazards; *joystick sensitivity

Changed in this revision

tower.h Show annotated file Show diff for this revision Revisions of this file
--- 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();