
Sending LED voltage to HIDScope
Revision 6:1b644a7c3144, committed 2018-10-19
- Comitter:
- CasperK
- Date:
- Fri Oct 19 10:36:24 2018 +0000
- Parent:
- 3:43bd04c205e6
- Commit message:
- Hidscope test
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 43bd04c205e6 -r 1b644a7c3144 main.cpp --- a/main.cpp Mon Sep 24 13:43:03 2018 +0000 +++ b/main.cpp Fri Oct 19 10:36:24 2018 +0000 @@ -26,6 +26,7 @@ x = 1; while (true) { LED.write(potmeter); + wait(0.5f); } }