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

Dependencies:   ConfigFile N5110 PowerControl beep mbed

Revision:
47:88e3e6c0452d
Parent:
46:613eabb6ea86
Child:
48:e53a194661fa
--- a/tower.h	Thu Apr 23 19:21:23 2015 +0000
+++ b/tower.h	Thu Apr 23 19:23:31 2015 +0000
@@ -20,8 +20,8 @@
 DigitalIn buttonB(p19);//buttonB
 
 //LED indicators
-AnalogOut ledA(p18);//red LED
-DigitalOut ledP(p24);//yellow LED
+AnalogOut ledA(p18);//action LED
+DigitalOut ledP(p24);//Power LED
 
 //connections for joystick
 InterruptIn joyButton(p17);//Interrupt for ISR