ferney alberto beltran molina / Mbed 2 deprecated 01-01SolucionFuncionXY

Dependencies:   mbed

Fork of 01-01EjercicioFuncionXY by ferney alberto beltran molina

Files at this revision

API Documentation at this revision

Comitter:
fabeltranm
Date:
Wed Mar 07 00:43:55 2018 +0000
Parent:
3:fe8e265eaf6e
Commit message:
init z

Changed in this revision

01-01Solucionfuncionservo.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/01-01Solucionfuncionservo.lib	Wed Mar 07 00:43:55 2018 +0000
@@ -0,0 +1,1 @@
+https://os.mbed.com/users/fabeltranm/code/01-01SolucionFuncionXY/#fe8e265eaf6e
--- a/main.cpp	Wed Mar 07 00:10:11 2018 +0000
+++ b/main.cpp	Wed Mar 07 00:43:55 2018 +0000
@@ -43,6 +43,7 @@
      // configuracion de  periodo
     myServoX.period_ms(20);
     myServoY.period_ms(20);
+    myServoZ.period_ms(20);
     int posx=0;
     int posy=0;
     draw();