movimiento de 8 servos comandos hexadecimal
Fork of 01-04EntregaPrimerCorte by
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 modificado por estudiantes 00009 //****************************************************************************** 00010 00011 00012 #define DEBUG 1 00013 00014 00015 void debug_m(char *s , ... ); 00016 uint32_t read_command(); //inicio todos los voids 00017 void init_serial(); 00018 void moving(); 00019 00020 00021 #endif // MAIN_H
Generated on Wed Jul 20 2022 02:05:06 by
1.7.2
