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.
Fork of 01-04_Primer_Avance by
Diff: main.h
- Revision:
- 5:6ca97bfe9406
- Parent:
- 4:ba51736778e1
--- a/main.h Fri Sep 07 23:58:14 2018 +0000 +++ b/main.h Sat Oct 06 17:45:42 2018 +0000 @@ -1,19 +1,11 @@ #ifndef MAIN_H #define MAIN_H - - #include "mover.h" - - - #define DEBUG 1 - - void debug_m(char *s , ... ); uint32_t read_command(); void init_serial(); - void moving(); void pares(); - +void caminar(); #endif // MAIN_H \ No newline at end of file
