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 Hello_FXOS8700Q by
Revision 2:5f34f99b07c5, committed 2014-04-23
- Comitter:
- JimCarver
- Date:
- Wed Apr 23 15:45:39 2014 +0000
- Parent:
- 1:7fab51ab8364
- Child:
- 3:912ef9b2cc6a
- Commit message:
- Changed default device to support K64F Freedom
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Sat Apr 19 17:48:32 2014 +0000 +++ b/main.cpp Wed Apr 23 15:45:39 2014 +0000 @@ -1,8 +1,8 @@ #include "mbed.h" #include "FXOS8700Q.h" -FXOS8700Q combo( A4, A5, FXOS8700CQ_SLAVE_ADDR0); // Proper Ports and I2C address for FReescale Multi Axis shield -//FXOS8700Q combo( PTE25, PTE24, FXOS8700CQ_SLAVE_ADDR1); // Proper Ports and I2C Address for K64F Freedom board +//FXOS8700Q combo( A4, A5, FXOS8700CQ_SLAVE_ADDR0); // Proper Ports and I2C address for FReescale Multi Axis shield +FXOS8700Q combo( PTE25, PTE24, FXOS8700CQ_SLAVE_ADDR1); // Proper Ports and I2C Address for K64F Freedom board Serial pc(USBTX, USBRX);
