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-04_Primer_Avance by
mover.h
- Committer:
- fabeltranm
- Date:
- 2018-09-04
- Revision:
- 1:526bdd5faa37
- Parent:
- draw.h@ 0:89b318e49395
- Child:
- 3:60722da62531
File content as of revision 1:526bdd5faa37:
#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
