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.
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
