David Estrada / Mbed 2 deprecated KL46z_single_tap_empty_DE_4_1_PROJECT1D

Dependencies:   MMA8451Q8b SLCD mbed

Fork of KL46z_single_tap_empty_DE_4_1_PROJECT1B_wInterrupts by David Estrada

Files at this revision

API Documentation at this revision

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