Radu Radoveneanu / Mbed OS moonlitemockup

Files at this revision

API Documentation at this revision

Comitter:
rakware
Date:
Wed Aug 01 18:26:56 2018 +0000
Parent:
6:c74fa5932b21
Child:
8:ccfbd168f077
Commit message:
test build

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Wed Aug 01 17:35:14 2018 +0000
+++ b/main.cpp	Wed Aug 01 18:26:56 2018 +0000
@@ -48,7 +48,7 @@
 
 float motor_max_amps = 0.33f;
 
-float pw = (motor_max_amps-2.2f)/-2.079f;
+float pw = (motor_max_amps-2.2f)/-2.079f; //https://www.pololu.com/product/2968#lightbox-picture0J8398;main-pictures
 
 void mp6500() //TODO enable/disable motor
 {