Dominique Clevers / Mbed 2 deprecated TEST

Dependencies:   Encoder HIDScope MODSERIAL mbed

Fork of TEST by Daan

Files at this revision

API Documentation at this revision

Comitter:
Daanmk
Date:
Wed Oct 01 13:05:49 2014 +0000
Parent:
0:7ae2a1b6379e
Child:
2:902c38ab4f5a
Commit message:
fixed hidscope;

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Wed Oct 01 13:05:27 2014 +0000
+++ b/main.cpp	Wed Oct 01 13:05:49 2014 +0000
@@ -15,7 +15,7 @@
 #include "HIDScope.h"
 //Define objects
 Ticker log_timer;
-HIDScope scope(4);
+HIDScope scope(6);
 PwmOut      red(LED_RED);
 PwmOut      green(LED_GREEN);
 PwmOut      blue(LED_BLUE);