Andres Castañeda / Mbed 2 deprecated primeraentregaservos

Dependencies:   mbed

Fork of 01-04EntregaPrimerCorte by ferney alberto beltran molina

main.h

Committer:
andrescas
Date:
2018-09-11
Revision:
3:83d8f67303b8
Parent:
2:0b07d055833d

File content as of revision 3:83d8f67303b8:

#ifndef MAIN_H   
#define MAIN_H  


#include "mover.h"

//******************************************************************************
// Desarrollado por ferney beltran fbeltran@ecci.edu.co modificado por estudiantes
//******************************************************************************


#define DEBUG 1


void debug_m(char *s , ... );
uint32_t read_command();        //inicio todos los voids
void init_serial();
void moving();


#endif //  MAIN_H