Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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 |
--- 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
