sebastian martinez / Mbed 2 deprecated Avance_Color

Dependencies:   mbed

Committer:
sebasmartinez
Date:
Wed Oct 10 22:49:18 2018 +0000
Revision:
0:73e805ecf765
Child:
1:59be7d7e1b54
ENTREGA

Who changed what in which revision?

UserRevisionLine numberNew contents of line
sebasmartinez 0:73e805ecf765 1 #ifndef MAIN_H
sebasmartinez 0:73e805ecf765 2 #define MAIN_H
sebasmartinez 0:73e805ecf765 3 #include "mover.h"
sebasmartinez 0:73e805ecf765 4 #define DEBUG 1
sebasmartinez 0:73e805ecf765 5 void debug_m(char *s , ... );
sebasmartinez 0:73e805ecf765 6 uint32_t read_command();
sebasmartinez 0:73e805ecf765 7 void init_serial();
sebasmartinez 0:73e805ecf765 8 void moving();
sebasmartinez 0:73e805ecf765 9 void pares();
sebasmartinez 0:73e805ecf765 10 void caminar();
sebasmartinez 0:73e805ecf765 11 unsigned int lectura(void);
sebasmartinez 0:73e805ecf765 12 void borrar(void);
sebasmartinez 0:73e805ecf765 13 unsigned int leer_color(void);
sebasmartinez 0:73e805ecf765 14 #endif // MAIN_H