Power Grid Board Game Timer. Acts like a chess timer for 3-6 people. Uses an ADXL accelerometer to pause the timer and change players. Uses an LCD screen to prompt the players for input, read that input, and change between rounds.

Dependencies:   DmTouch_UniGraphic UniGraphic-forLdelaney17FinalProject mbed

Revision:
2:e6788e73de54
Parent:
1:ba0f395e8c11
--- a/acc.cpp	Wed Jan 25 05:58:30 2017 +0000
+++ b/acc.cpp	Wed Jan 25 06:50:57 2017 +0000
@@ -1,5 +1,5 @@
 #include "acc.h"
-#include "mbed.h"
+
 
 void acc_init(float duration, float threshold, float gap, float window){
     //acc = &connection;