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: mbed
Diff: main.cpp
- Revision:
- 4:6db9395e43d8
- Parent:
- 3:5b211a56c6fb
- Child:
- 6:40b1004cfbe7
--- a/main.cpp Thu Mar 26 13:18:52 2020 +0000 +++ b/main.cpp Thu Mar 26 13:23:41 2020 +0000 @@ -45,6 +45,8 @@ uint32_t sumCount = 0; char buffer[14]; +Adafruit_WS2801 leds( LED_NUM, SPI_MOSI, SPI_SCK, WS2801_RGB ); + MPU9250 mpu9250; Timer t;