![](/media/cache/img/default_profile.jpg.50x50_q85.jpg)
a cool bubble game
Dependencies: DmTouch_UniGraphic UniGraphic mbed
Fork of DAY_8_miniproject by
Revision 4:ca53017354e9, committed 2017-01-13
- 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