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: FXOS8700 Hexi_OLED_SSD1351
Fork of Hexi_Accelero_Magneto_Example by
Diff: main.cpp
- Revision:
- 1:6da908234299
- Parent:
- 0:207337d58f96
- Child:
- 2:f9c24c129575
--- a/main.cpp Fri Aug 12 16:08:20 2016 +0000 +++ b/main.cpp Sat Aug 13 15:59:34 2016 +0000 @@ -1,6 +1,11 @@ #include "mbed.h" #include "FXOS8700CQ.h" +/* Check out the full featured example application for interfacing to the + * Accelerometer/Magnetometer device at the following URL + * https://developer.mbed.org/users/trm/code/fxos8700cq_example/ +*/ + DigitalOut led1(LED1); // Pin connections & address for Hexiwear
