el siguiente programa muestra la funcion de ejecutar y guardar del piccolo

Dependencies:   mbed

Fork of 01-02EjercicioComunicacionSerial by ferney alberto beltran molina

draw.h

Committer:
albeiro
Date:
2018-03-14
Revision:
1:3989eb5bad79
Parent:
0:abaa541e10d5

File content as of revision 1:3989eb5bad79:

#ifndef DRAW_H   
#define DRAW_H  

#include "mbed.h"

#define MAXPOS 50       // en milimetros
#define POSDRAW 10   


void init_servo();
void draw();
void nodraw();
void vertex2d(uint8_t x, uint8_t y);

void home();
void initdraw(float x, float y);
void put_sstime(uint8_t vtime);

#endif //  DRAW_H