sebastian martinez / Mbed 2 deprecated Movimiento_8Servos

Dependencies:   mbed

Fork of 01-04_Primer_Avance by sebastian martinez

Revision:
5:6ca97bfe9406
Parent:
4:ba51736778e1
--- a/main.h	Fri Sep 07 23:58:14 2018 +0000
+++ b/main.h	Sat Oct 06 17:45:42 2018 +0000
@@ -1,19 +1,11 @@
 #ifndef MAIN_H   
 #define MAIN_H  
-
-
 #include "mover.h"
-
-
-
 #define DEBUG 1
-
-
 void debug_m(char *s , ... );
 uint32_t read_command();
 void init_serial();
-
 void moving();
 void pares();
-
+void caminar();
 #endif //  MAIN_H 
\ No newline at end of file