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.
Diff: mover.h
- Revision:
- 0:22b33429aff5
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mover.h Thu Nov 22 01:19:55 2018 +0000 @@ -0,0 +1,18 @@ +#ifndef DRAW_H +#define DRAW_H + +#include "mbed.h" + +#define MAXPOS 180 // en milimetros + + + +void init_servo(); + +void mover_ser(uint8_t motor, uint8_t pos); +void mover_ser2(uint8_t motor, uint8_t pos); +void mover_ser3(); + + + +#endif // DRAW_H \ No newline at end of file