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:
- 4:90ea97188542
- Parent:
- 3:766c85141f33
--- a/main.cpp Mon Sep 09 10:39:34 2019 +0000
+++ b/main.cpp Mon Sep 09 11:51:38 2019 +0000
@@ -17,7 +17,7 @@
while (true) {
led = !led ;
- wait_ms(1000) ;
+ wait_ms(500) ;
char c ;
c = pc.getcNb() ;
pc.putc(c) ;