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.
Diff: source/main.cpp
- Revision:
- 2:6d171062f1e2
- Parent:
- 1:eb38d5821d79
- Child:
- 3:7ad91f59dcfa
--- a/source/main.cpp Wed Oct 23 12:05:15 2019 +0000 +++ b/source/main.cpp Wed Oct 23 12:17:05 2019 +0000 @@ -1,5 +1,6 @@ #include "mbed.h" #include "ble/BLE.h" +#include "MPU9250.h" DigitalOut led(LED1, 1); uint16_t customServiceUUID = 0xA000;