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 HIDScope MODSERIAL mbed
Diff: main.cpp
- Revision:
- 2:41b58289fed5
- Parent:
- 1:42fad02fb157
- Child:
- 3:435dbacaaeb8
--- a/main.cpp Fri Nov 14 07:49:45 2014 +0000
+++ b/main.cpp Fri Nov 14 07:50:39 2014 +0000
@@ -374,14 +374,14 @@
dir = 1;
pwm.write(0.4);
- wait(0.04);
+ wait(0.02);
pwm.write(0);
cout<<"links"<<endl;
break;
case 1:
dir = 0;
pwm.write(0.4);
- wait(0.04);
+ wait(0.02);
pwm.write(0);
cout<<"rechts"<<endl;
break;