Alyson Castiblanco
/
PARQUEADERO_VERTICAL
Codigo donde falta la comunicacion serial
Diff: mover.h
- Revision:
- 1:526bdd5faa37
- Parent:
- 0:89b318e49395
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mover.h Tue Sep 04 02:15:49 2018 +0000 @@ -0,0 +1,18 @@ +#ifndef DRAW_H +#define DRAW_H + +#include "mbed.h" + +#define MAXPOS 50 // en milimetros +#define POSDRAW 50 +#define POSNODRAW 10 + + +void init_servo(); +void draw(); +void nodraw(); +void mover_ser(uint8_t motor, uint8_t pos); + + + +#endif // DRAW_H \ No newline at end of file