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 HIDScope mbed
Revision 2:3de3c5eb400f, committed 2015-09-21
- Comitter:
- bscheltinga
- Date:
- Mon Sep 21 09:59:58 2015 +0000
- Parent:
- 1:73c4c9192d80
- Child:
- 3:61c024f896ad
- Child:
- 11:6ddb61ebbe4b
- Commit message:
- changed motor2speed to 0.3
Changed in this revision
| HIDScope.lib | Show diff for this revision Revisions of this file |
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/HIDScope.lib Mon Sep 21 09:57:45 2015 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -https://developer.mbed.org/users/bscheltinga/code/HIDScope/#6ad05ef9a696
--- a/main.cpp Mon Sep 21 09:57:45 2015 +0000
+++ b/main.cpp Mon Sep 21 09:59:58 2015 +0000
@@ -13,7 +13,7 @@
while(true) {
if (button.read() == 0) {
motor2direction = 1;
- motor2speed = 0.55f;
+ motor2speed = 0.3f;
} else {
motor2direction = 0;
motor2speed = 0.3f;
