sm moreno / Mbed 2 deprecated Entrega_Final

Dependencies:   mbed

main.h

Committer:
sammir
Date:
2018-11-22
Revision:
0:22b33429aff5

File content as of revision 0:22b33429aff5:

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

#endif //  MAIN_H