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
Fork of TotalControlEmg2 by
Revision 23:855c4bcb2284, committed 2015-10-15
- Comitter:
- Bartvaart
- Date:
- Thu Oct 15 10:16:44 2015 +0000
- Parent:
- 22:c1811e60bfce
- Child:
- 24:ddd69385b55f
- Commit message:
- goede versie;
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Thu Oct 15 10:00:54 2015 +0000
+++ b/main.cpp Thu Oct 15 10:16:44 2015 +0000
@@ -64,7 +64,7 @@
//pc.baud(115200);
EMGticker.attach(&Go_flag, t); //500H
while(1) {
- if(go_flag) {
+ if(go_flag) { // als deze true is dan gaat hij de onderstaande gebeuren aan
go_flag = 0;
if(button == 0) {
readymax = 0;
