minor changes to support mobile life IoT project
Fork of FXOS8700CQ by
Revision 5:fb4cef1399b8, committed 2017-02-09
- Comitter:
- Anubus
- Date:
- Thu Feb 09 00:42:50 2017 +0000
- Parent:
- 4:e2fe752b881e
- Commit message:
- changes to the AVNET_ATT_Cellular_IOT project to support GPS, Si7021, and voltage monitoring.
Changed in this revision
FXOS8700CQ.cpp | Show annotated file Show diff for this revision Revisions of this file |
FXOS8700CQ.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/FXOS8700CQ.cpp Tue Jun 03 19:02:19 2014 +0000 +++ b/FXOS8700CQ.cpp Thu Feb 09 00:42:50 2017 +0000 @@ -1,3 +1,4 @@ +// Accelerometer on the mbed board #include "FXOS8700CQ.h" uint8_t status_reg; // Status register contents
--- a/FXOS8700CQ.h Tue Jun 03 19:02:19 2014 +0000 +++ b/FXOS8700CQ.h Thu Feb 09 00:42:50 2017 +0000 @@ -1,3 +1,4 @@ +// Accelerometer on the mbed board #ifndef FXOS8700CQ_H #define FXOS8700CQ_H