Programa de exemplo do Robô TON-BOT no modo seguidor de linha.
Dependencies: IOTON-API QEI USBDevice mbed-ton ton-bot
Fork of ton-bot_teste by
main.h@3:11c3141ddc4c, 2017-07-05 (annotated)
- Committer:
- krebyy
- Date:
- Wed Jul 05 18:46:43 2017 +0000
- Revision:
- 3:11c3141ddc4c
- Parent:
- 1:584ac95c4061
Fix inclus?o recursiva ton-bot.h
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
krebyy | 1:584ac95c4061 | 1 | #ifndef MAIN_H |
krebyy | 1:584ac95c4061 | 2 | #define MAIN_H |
krebyy | 1:584ac95c4061 | 3 | |
krebyy | 1:584ac95c4061 | 4 | // Includes -------------------------------------------------------------------- |
krebyy | 1:584ac95c4061 | 5 | #include "stdint.h" |
krebyy | 1:584ac95c4061 | 6 | #include "Ioton.h" |
krebyy | 1:584ac95c4061 | 7 | #include "ton-bot.h" |
krebyy | 1:584ac95c4061 | 8 | |
krebyy | 1:584ac95c4061 | 9 | #endif // MAIN_H |
krebyy | 1:584ac95c4061 | 10 | |
krebyy | 1:584ac95c4061 | 11 | /******************************** END OF FILE *********************************/ |