pausa

Dependencies:   mbed

Fork of primercorte by edson antonio vargas villarreal

draw.h

Committer:
nicolasrojas
Date:
2018-06-06
Revision:
5:9187685429b3
Parent:
1:6ed951d975cc

File content as of revision 5:9187685429b3:

#ifndef DRAW_H   
#define DRAW_H  
 
#include "mbed.h"
 
#define MAXPOS 50       // mm
#define POSDRAW 50  
#define POSNODRAW 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