![](/media/cache/profiles/kHsmpCWw_400x400.png.50x50_q85.png)
la araña de la loka esa
main.h
- Committer:
- djinn77
- Date:
- 2018-11-22
- Revision:
- 8:23f13de8b3be
- Parent:
- 7:a0a38b2c99a2
File content as of revision 8:23f13de8b3be:
#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 movimiento(); void sensor(); void saludo(); void link(); #endif // MAIN_H