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 mbed
Fork of TEST by
Revision 1:c66edcd91108, committed 2014-10-01
- 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);
