primer entrega

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 // Desarrollado por ferney beltran fbeltran@ecci.edu.co
00009 //******************************************************************************
00010 
00011 
00012 #define DEBUG 1
00013 
00014 
00015 void debug_m(char *s , ... );
00016 uint32_t read_command();
00017 void init_serial();
00018 
00019 void moving();
00020 
00021 
00022 #endif //  MAIN_H