Primer_corte_avance

Dependencies:   mbed

Fork of 01-04EntregaPrimerCorte by ferney alberto beltran molina

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers main.h Source File

main.h

00001 #ifndef MAIN_H   
00002 #define MAIN_H  
00003 
00004 
00005 #include "mover.h"
00006 
00007 
00008 
00009 #define DEBUG 1
00010 
00011 
00012 void debug_m(char *s , ... );
00013 uint32_t read_command();
00014 void init_serial();
00015 
00016 void moving();
00017 void pares();
00018 
00019 #endif //  MAIN_H