la araña de la loka esa

Dependencies:   mbed

main.h

Committer:
Getzeir
Date:
2018-11-20
Revision:
7:a0a38b2c99a2
Parent:
6:8d7f6fe73ed1

File content as of revision 7:a0a38b2c99a2:

#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