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.
Diff: main.h
- Revision:
- 2:3007b3c06d2c
- Parent:
- 1:526bdd5faa37
- Child:
- 6:8d7f6fe73ed1
diff -r 526bdd5faa37 -r 3007b3c06d2c main.h --- a/main.h Tue Sep 04 02:15:49 2018 +0000 +++ b/main.h Tue Sep 11 01:27:25 2018 +0000 @@ -1,21 +1,13 @@ #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();