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: DebounceIn FXAS21000 FXOS8700Q Madgwick_Algorithm Mahony_Algorithm mbed nRF24L01P
Fork of FRDM-STBC-AGM01 by
Revision 4:651a5029e003, committed 2015-08-14
- Comitter:
- igalloway
- Date:
- Fri Aug 14 15:15:14 2015 +0000
- Parent:
- 3:10f487bae65c
- Commit message:
- added a comment in main.; Note the FXAS2100 library may have switched back to jim Carvers - may need to get Rio's again.
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
| mbed.bld | Show annotated file Show diff for this revision Revisions of this file |
diff -r 10f487bae65c -r 651a5029e003 main.cpp --- a/main.cpp Thu Aug 13 22:17:28 2015 +0000 +++ b/main.cpp Fri Aug 14 15:15:14 2015 +0000 @@ -1,3 +1,5 @@ +//This is an intern project to port 9DOF sensor fusion to the Nerf gun. + #include "mbed.h" #include "FXOS8700Q.h" #include "FXAS21000.h"
diff -r 10f487bae65c -r 651a5029e003 mbed.bld --- a/mbed.bld Thu Aug 13 22:17:28 2015 +0000 +++ b/mbed.bld Fri Aug 14 15:15:14 2015 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/mbed/builds/da0ca467f8b5 \ No newline at end of file +http://mbed.org/users/mbed_official/code/mbed/builds/b9ad9a133dc7 \ No newline at end of file
