a cool bubble game

Dependencies:   DmTouch_UniGraphic UniGraphic mbed

Fork of DAY_8_miniproject by Ishan Gauli

Files at this revision

API Documentation at this revision

Comitter:
ezimmerman17
Date:
Fri Jan 13 00:50:08 2017 +0000
Parent:
3:3a1d6a450e33
Commit message:
fixed acceleration_n in .h;

Changed in this revision

accel_sensor.h Show annotated file Show diff for this revision Revisions of this file
diff -r 3a1d6a450e33 -r ca53017354e9 accel_sensor.h
--- 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