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: MODSERIAL QEI mbed
Fork of EMG_check by
Revision 8:432dc3ed8ea3, committed 2016-09-30
- Comitter:
- sivuu
- Date:
- Fri Sep 30 10:01:41 2016 +0000
- Parent:
- 6:e6a048f541ee
- Child:
- 11:757787c47d3c
- Commit message:
- door else statement zou die moeten uitstaan als er niks gebeurd dit gebeurd alleen niet
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri Sep 30 09:33:47 2016 +0000
+++ b/main.cpp Fri Sep 30 10:01:41 2016 +0000
@@ -64,12 +64,13 @@
richting_motor2 = 0;
pwm_motor2 = 1;
wait (0.05);
- }
+ }
+ }
else
{pwm_motor2=0;
- pwm_motor=0;
+ pwm_motor1=0;
}
- }
+
}
}
