sebastian martinez / Mbed 2 deprecated 01-04_Primer_Avance

Dependencies:   mbed

Fork of 01-04EntregaPrimerCorte by ferney alberto beltran molina

main.h

Committer:
sebasmartinez
Date:
2018-09-07
Revision:
4:ba51736778e1
Parent:
3:60722da62531

File content as of revision 4:ba51736778e1:

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

#endif //  MAIN_H