ROBOTICS_TEAM_7 / Mbed 2 deprecated ServoMotorCtrl

Dependencies:   mbed

Fork of ServoMotorCtrl by Liang HaoPo

Files at this revision

API Documentation at this revision

Comitter:
lianghaopo
Date:
Tue Mar 08 17:30:58 2016 +0000
Parent:
0:0216e89de7ca
Child:
2:cca4199fa834
Commit message:
version2

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Tue Mar 08 16:47:10 2016 +0000
+++ b/main.cpp	Tue Mar 08 17:30:58 2016 +0000
@@ -21,7 +21,7 @@
 DigitalOut led2(PA_6);
 // TIMER
 Ticker timer_Ctrl;
-Ticker timer_io;
+//Ticker timer_io;
 // GLOBAL
 float ang_cmd = 0;
 volatile float ang_read = 0;