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: MMA8451Q8b SLCD mbed
Fork of KL46z_single_tap_empty_DE_4_1_PROJECT1B_wInterrupts by
Revision 2:17a0550771c4, committed 2015-02-01
- Comitter:
- scohennm
- Date:
- Sun Feb 01 19:26:52 2015 +0000
- Parent:
- 1:65b0e488f02a
- Child:
- 3:53d47a5dbb2c
- Commit message:
- added MMA8451Q8 library to use as point of departure.
Changed in this revision
| MMA8451Q8.lib | Show annotated file Show diff for this revision Revisions of this file |
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/MMA8451Q8.lib Sun Feb 01 19:26:52 2015 +0000 @@ -0,0 +1,1 @@ +http://developer.mbed.org/users/scohennm/code/MMA8451Q8a/#ed7e11d269f8
--- a/main.cpp Mon Jan 26 16:43:52 2015 +0000 +++ b/main.cpp Sun Feb 01 19:26:52 2015 +0000 @@ -1,5 +1,5 @@ #include "mbed.h" - +#include "MMA8451Q8.h" #include "SLCD.h" #define RELAYON 0 #define RELAYOFF 1
