AVANCE PICCOLO CORTE 1

Dependencies:   mbed

def.h

Committer:
Camilokingxd
Date:
2018-03-17
Revision:
3:c3d197a71ecd
Parent:
2:274426ac7654

File content as of revision 3:c3d197a71ecd:

#define MEM_SIZE 5000 //TAMAÑO DE LA MEMORIA
#define MEM_TYPE uint32_t //MAYOR LINEA DE CODIGO VA A SER DE 32 BITS (PARA EL VERTEX ( FD 50 50 F0 )
#define MINPULSE 560 //PULSO PARA 0 GRADOS ( 0 mm )
#define MAXPULSE 2400 //PULSO PARA 180 GRADOS ( 50 mm )
#define MAXPOS 50 // EN mm
#define DRAW 0 
#define NODRAW 50
#define CM_EJECUTAR 0Xff
#define CM_GUARDAR 0Xfe
#define CM_SERVO 0Xfd
#define CM_SDRAW 0xfc
#define CM_SN0DRAW 0xfb
#define CM_END 0xfa
#define CM_STOP 0xf0