Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
main.h
- Committer:
- fabeltranm
- Date:
- 2018-09-04
- Revision:
- 1:526bdd5faa37
- Parent:
- 0:89b318e49395
- Child:
- 2:ff10ffd246e2
File content as of revision 1:526bdd5faa37:
#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(); #endif // MAIN_H