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@7:a0a38b2c99a2, 2018-11-20 (annotated)
- Committer:
- Getzeir
- Date:
- Tue Nov 20 01:46:23 2018 +0000
- Revision:
- 7:a0a38b2c99a2
- Parent:
- 6:8d7f6fe73ed1
Entrega final Ara?a
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| fabeltranm | 0:89b318e49395 | 1 | #ifndef MAIN_H |
| fabeltranm | 0:89b318e49395 | 2 | #define MAIN_H |
| fabeltranm | 0:89b318e49395 | 3 | |
| fabeltranm | 1:526bdd5faa37 | 4 | #include "mover.h" |
| fabeltranm | 1:526bdd5faa37 | 5 | |
| fabeltranm | 0:89b318e49395 | 6 | #define DEBUG 1 |
| fabeltranm | 0:89b318e49395 | 7 | |
| fabeltranm | 0:89b318e49395 | 8 | void debug_m(char *s , ... ); |
| fabeltranm | 0:89b318e49395 | 9 | uint32_t read_command(); |
| fabeltranm | 0:89b318e49395 | 10 | void init_serial(); |
| fabeltranm | 1:526bdd5faa37 | 11 | void moving(); |
| angel123 | 6:8d7f6fe73ed1 | 12 | void movimiento(); |
| angel123 | 6:8d7f6fe73ed1 | 13 | void sensor(); |
| angel123 | 6:8d7f6fe73ed1 | 14 | void saludo(); |
| Getzeir | 7:a0a38b2c99a2 | 15 | void link(); |
| Getzeir | 7:a0a38b2c99a2 | 16 | |
| fabeltranm | 0:89b318e49395 | 17 | |
| fabeltranm | 0:89b318e49395 | 18 | #endif // MAIN_H |