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@4:05cffda0b6a6, 2018-11-22 (annotated)
- Committer:
- JohanParraga
- Date:
- Thu Nov 22 01:34:07 2018 +0000
- Revision:
- 4:05cffda0b6a6
- Parent:
- 2:ff10ffd246e2
trabajo final
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 | 1:526bdd5faa37 | 3 | #include "mover.h" |
fabeltranm | 1:526bdd5faa37 | 4 | |
fabeltranm | 0:89b318e49395 | 5 | //****************************************************************************** |
fabeltranm | 0:89b318e49395 | 6 | // Desarrollado por ferney beltran fbeltran@ecci.edu.co |
fabeltranm | 0:89b318e49395 | 7 | //****************************************************************************** |
fabeltranm | 0:89b318e49395 | 8 | |
fabeltranm | 0:89b318e49395 | 9 | #define DEBUG 1 |
fabeltranm | 0:89b318e49395 | 10 | |
fabeltranm | 0:89b318e49395 | 11 | void debug_m(char *s , ... ); |
fabeltranm | 0:89b318e49395 | 12 | uint32_t read_command(); |
fabeltranm | 0:89b318e49395 | 13 | void init_serial(); |
fabeltranm | 1:526bdd5faa37 | 14 | |
fabeltranm | 1:526bdd5faa37 | 15 | void moving(); |
JohanParraga | 2:ff10ffd246e2 | 16 | void moving2(); |
JohanParraga | 2:ff10ffd246e2 | 17 | void joystick(); |
JohanParraga | 2:ff10ffd246e2 | 18 | void sensor(); |
JohanParraga | 4:05cffda0b6a6 | 19 | void timer_interrupt(); |
fabeltranm | 0:89b318e49395 | 20 | |
fabeltranm | 0:89b318e49395 | 21 | #endif // MAIN_H |