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: Encoder HIDScope MODSERIAL QEI biquadFilter mbed
Diff: main.cpp
- Revision:
- 24:8ca471562212
- Parent:
- 23:335a3b843a5e
- Child:
- 25:d536056a2666
--- a/main.cpp Thu Oct 08 13:27:03 2015 +0000 +++ b/main.cpp Thu Oct 08 14:19:10 2015 +0000 @@ -5,8 +5,10 @@ #include "biquadFilter.h" #include "encoder.h" -MODSERIAL pc(USBTX,USBRX); -DigitalOut debug_led(LED_RED); // Debug LED +MODSERIAL pc(USBTX,USBRX); +DigitalOut debug_led_red(LED_RED); // Debug LED +DigitalOut debug_led_green(LED_GREEN); // Debug LED +DigitalOut debug_led_red(LED_BLUE); // Debug LED HIDScope scope(2); // HIDSCOPE declared