pausa

Dependencies:   mbed

Fork of primercorte by edson antonio vargas villarreal

Revision:
2:c457572a9bb2
Parent:
1:6ed951d975cc
Child:
4:244a242e0428
diff -r 6ed951d975cc -r c457572a9bb2 main.h
--- a/main.h	Fri Apr 20 00:56:27 2018 +0000
+++ b/main.h	Tue Jun 05 23:01:22 2018 +0000
@@ -5,6 +5,7 @@
 #include "draw.h"
 #include "memory.h"
 
+
 //  COMANDOS
 //  |POS_0|POS_1|POS_2| POS_3 | 
 //  | #C  |  a  |  b  |   c   |
@@ -37,6 +38,7 @@
 void init_serial();
 void drawing();
 void saving();
+
  
  
 /********************* PARAMETROS PARA DEFINIR  EL  COMMANDO ******************/
@@ -48,5 +50,6 @@
 #define CM_STOP 0xfa
 #define CM_END 0xf0
 #define CM_MOTOR 0xf9
- 
+#define CM_PAUSA 0xf1 
+#define CM_PLAY 0xf2
 #endif //  MAIN_H 
\ No newline at end of file