Johan Felipe Parraga / Mbed 2 deprecated ENTREGAFINALCUADRUPEDO

Dependencies:   mbed

main.h

Committer:
JohanParraga
Date:
2018-11-20
Revision:
2:ff10ffd246e2
Parent:
1:526bdd5faa37
Child:
4:05cffda0b6a6

File content as of revision 2:ff10ffd246e2:

#ifndef MAIN_H   
#define MAIN_H  
#include "mover.h"

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

#define DEBUG 1

void debug_m(char *s , ... );
uint32_t read_command();
void init_serial();

void moving();
void moving2();
void joystick();
void sensor();

#endif //  MAIN_H