CarlsenBot Claw Servo

Dependents:   ECE4180FinalV4

Fork of Servo by Simon Ford

Files at this revision

API Documentation at this revision

Comitter:
pyeh9
Date:
Wed May 01 15:59:54 2013 +0000
Parent:
3:36b69a7ced07
Commit message:
CarlsenBot Claw Servo

Changed in this revision

Servo.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 36b69a7ced07 -r 49faa102b9e1 Servo.cpp
--- a/Servo.cpp	Thu Sep 02 17:34:43 2010 +0000
+++ b/Servo.cpp	Wed May 01 15:59:54 2013 +0000
@@ -36,7 +36,7 @@
 
 Servo::Servo(PinName pin) : _pwm(pin) {
     calibrate();
-    write(0.5);
+    //write(0.5);
 }
 
 void Servo::write(float percent) {