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-04EntregaPrimerCorte by
Diff: mover.h
- Revision:
- 3:e43babb84ff3
- Parent:
- 1:526bdd5faa37
--- a/mover.h Wed Sep 05 20:31:54 2018 +0000 +++ b/mover.h Sun Sep 09 01:02:43 2018 +0000 @@ -11,7 +11,7 @@ void init_servo(); void draw(); void nodraw(); -void mover_ser(uint8_t motor, uint8_t pos); +void mover_ser(uint8_t nmotor, uint8_t grados);
