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 QEI HIDScope biquadFilter MODSERIAL FastPWM
Diff: main.cpp
- Revision:
- 37:6602655a80f4
- Parent:
- 34:b035131eda3e
- Child:
- 38:3ff3cdb8740d
--- a/main.cpp Thu Oct 10 14:47:47 2019 +0000 +++ b/main.cpp Thu Oct 10 15:33:24 2019 +0000 @@ -45,6 +45,8 @@ Ticker Main_Ticker; Ticker Tick_Blinky;//used for the blinking of the leds +//Structures + motorStruc motorData; //Changing LED colour depending on current state void FlipLED(void)