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: HIDScope MODSERIAL mbed-dsp mbed TouchButton
Fork of test by
Diff: main.cpp
- Revision:
- 4:231bb8f5bc81
- Parent:
- 3:69ffa34e4239
- Child:
- 5:3232d78cb7b3
diff -r 69ffa34e4239 -r 231bb8f5bc81 main.cpp --- a/main.cpp Wed Oct 22 09:03:03 2014 +0000 +++ b/main.cpp Wed Oct 22 09:14:21 2014 +0000 @@ -7,8 +7,8 @@ HIDScope scope(4);//is dit 4 voor 2 spieren? en hoe zit het met scope.set? -AnalogIn emgB(PTB0);//biceps -AnalogIn emgT(PTB1); // tricep +AnalogIn emgB(PTB1);//biceps +AnalogIn emgT(PTB2); // tricep //*** OBJECTS *** //bicep
