blue led with character input

Dependencies:   mbed QEI HIDScope biquadFilter MODSERIAL FastPWM

Files at this revision

API Documentation at this revision

Comitter:
S1933191
Date:
Tue Sep 10 13:02:41 2019 +0000
Parent:
2:040ec781d30d
Commit message:
werkend met put c

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Tue Sep 10 12:59:59 2019 +0000
+++ b/main.cpp	Tue Sep 10 13:02:41 2019 +0000
@@ -21,7 +21,7 @@
         wait_ms(500);
         char c;
         c = pc.getc();
-        pc.putc();
+        pc.putc(c);
     }