a cool bubble game

Dependencies:   DmTouch_UniGraphic UniGraphic mbed

Fork of DAY_8_miniproject by Ishan Gauli

Revision:
1:7a145a5af9cd
Child:
4:ca53017354e9
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/accel_sensor.h	Thu Jan 12 23:40:04 2017 +0000
@@ -0,0 +1,9 @@
+##ifndef ACCELER_H
+#define ACCELER_H
+
+#include "mbed.h"
+
+extern Serial pc;
+extern SPI acc port;
+void acceleration_n(void);
+#endif
\ No newline at end of file