a cool bubble game

Dependencies:   DmTouch_UniGraphic UniGraphic mbed

Fork of DAY_8_miniproject by Ishan Gauli

Revision:
4:ca53017354e9
Parent:
1:7a145a5af9cd
--- a/accel_sensor.h	Thu Jan 12 23:45:51 2017 +0000
+++ b/accel_sensor.h	Fri Jan 13 00:50:08 2017 +0000
@@ -1,9 +1,9 @@
-##ifndef ACCELER_H
+#ifndef ACCELER_H
 #define ACCELER_H
 
 #include "mbed.h"
 
 extern Serial pc;
 extern SPI acc port;
-void acceleration_n(void);
+void configureAccelerometer(void);
 #endif
\ No newline at end of file