abrayan

Dependencies:   mbed

main.h

Committer:
angel123
Date:
2018-09-11
Revision:
2:3007b3c06d2c
Parent:
1:526bdd5faa37
Child:
6:8d7f6fe73ed1

File content as of revision 2:3007b3c06d2c:

#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();


#endif //  MAIN_H