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 HIDScope
Fork of frdm_Motortryout2 by
Revision 5:672798238952, committed 2015-09-21
- Comitter:
- Margreeth95
- Date:
- Mon Sep 21 11:29:24 2015 +0000
- Parent:
- 4:69c6cc1247c1
- Child:
- 6:866d461c7be8
- Commit message:
- Switch 2 directions
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon Sep 21 11:27:52 2015 +0000
+++ b/main.cpp Mon Sep 21 11:29:24 2015 +0000
@@ -34,7 +34,7 @@
case 'r':
{
- motor2direction = -1;
+ motor2direction = 0;
motor2speed = 0.5f;
pc.printf("dit werkt ook\n");
wait(1);
