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 MODSERIAL mbed-dsp mbed
Fork of motor1aansturing by
Diff: main.cpp
- Revision:
- 20:322499ae6dd1
- Parent:
- 19:9ea206bb1b05
- Child:
- 21:6412e24cef74
diff -r 9ea206bb1b05 -r 322499ae6dd1 main.cpp --- a/main.cpp Fri Oct 10 09:50:42 2014 +0000 +++ b/main.cpp Fri Oct 10 10:02:19 2014 +0000 @@ -20,7 +20,7 @@ AnalogIn potmeter(PTC2); volatile bool looptimerflag; float potsamples[POT_AVG]; -float EMG(float biceps, float triceps) // waarschijnlijk niet float omdat input functies zijn, geeft problemen met de void functie hieronder... +float EMG(float biceps, float triceps); // waarschijnlijk niet float omdat input functies zijn, geeft problemen met de void functie hieronder... void setlooptimerflag(void) {