Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of 01-01EjercicioFuncionXY by
Revision 4:29a8b1df7fe2, committed 2018-03-07
- 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();