Use of interrupts example for NMHU ambient computing class Sp2015. added MMA8451Q8 library to use as point of departure.
Dependencies: MMA8451Q8b SLCD mbed
Fork of KL46z_all_interrupt by
Diff: main.cpp
- Revision:
- 2:17a0550771c4
- Parent:
- 1:65b0e488f02a
- Child:
- 3:53d47a5dbb2c
--- 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