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@0:73e805ecf765, 2018-10-10 (annotated)
- Committer:
- sebasmartinez
- Date:
- Wed Oct 10 22:49:18 2018 +0000
- Revision:
- 0:73e805ecf765
- Child:
- 1:59be7d7e1b54
ENTREGA
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| sebasmartinez | 0:73e805ecf765 | 1 | #ifndef MAIN_H |
| sebasmartinez | 0:73e805ecf765 | 2 | #define MAIN_H |
| sebasmartinez | 0:73e805ecf765 | 3 | #include "mover.h" |
| sebasmartinez | 0:73e805ecf765 | 4 | #define DEBUG 1 |
| sebasmartinez | 0:73e805ecf765 | 5 | void debug_m(char *s , ... ); |
| sebasmartinez | 0:73e805ecf765 | 6 | uint32_t read_command(); |
| sebasmartinez | 0:73e805ecf765 | 7 | void init_serial(); |
| sebasmartinez | 0:73e805ecf765 | 8 | void moving(); |
| sebasmartinez | 0:73e805ecf765 | 9 | void pares(); |
| sebasmartinez | 0:73e805ecf765 | 10 | void caminar(); |
| sebasmartinez | 0:73e805ecf765 | 11 | unsigned int lectura(void); |
| sebasmartinez | 0:73e805ecf765 | 12 | void borrar(void); |
| sebasmartinez | 0:73e805ecf765 | 13 | unsigned int leer_color(void); |
| sebasmartinez | 0:73e805ecf765 | 14 | #endif // MAIN_H |