AVANCE PICCOLO CORTE 1

Dependencies:   mbed

Revision:
3:c3d197a71ecd
Parent:
2:274426ac7654
--- a/def.h	Fri Mar 16 04:54:34 2018 +0000
+++ b/def.h	Sat Mar 17 05:44:19 2018 +0000
@@ -1,11 +1,10 @@
-#define MEM_SIZE 5000
-#define MEM_TYPE uint32_t
-#define SERVO_X_H
-#define MINPULSE 560
-#define MAXPULSE 2400
-#define MAXPOS 50
-#define DRAW 50 
-#define NODRAW 0
+#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