Thomas Burgers / Mbed 2 deprecated Samenwerking_Motor12

Dependencies:   Encoder MODSERIAL HIDScope mbed

Files at this revision

API Documentation at this revision

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;