Acercamiento a lo que pide el profe
Fork of 01-01EjercicioFuncionXY by
draw.h
00001 #ifndef DRAW_H 00002 #define DRAW_H 00003 00004 #include "mbed.h" 00005 00006 #define MAXPOS 50 // en milimetros 00007 #define POSDRAW 30 00008 00009 00010 void init_servo(); 00011 void draw(); 00012 void nodraw(); 00013 void vertex2d(uint8_t x, uint8_t y); 00014 00015 void home(); 00016 void initdraw(float x, float y); 00017 void put_sstime(uint8_t vtime); 00018 00019 #endif // DRAW_H
Generated on Thu Jul 28 2022 08:17:11 by
1.7.2
