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 QEI TextLCD mbed
Diff: Kalibratie.cpp
- Revision:
- 27:f62e450bb411
- Parent:
- 26:d9855716ced7
- Child:
- 30:8ae855348d22
--- a/Kalibratie.cpp Fri Oct 16 09:12:51 2015 +0000
+++ b/Kalibratie.cpp Fri Oct 16 12:37:26 2015 +0000
@@ -26,10 +26,10 @@
ymax = y;
}
wait(0.05);
- }
+ }
LedGreen.write(1); //Led aan
return ymax;
-}
+ }
double KalibratieMin(AnalogIn& emg){ //Kalibratie van de minimum waarde
LedRed.write(0);