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
Diff: main.h
- Revision:
- 1:584ac95c4061
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/main.h Thu Jun 29 20:59:25 2017 +0000 @@ -0,0 +1,11 @@ +#ifndef MAIN_H +#define MAIN_H + +// Includes -------------------------------------------------------------------- +#include "stdint.h" +#include "Ioton.h" +#include "ton-bot.h" + +#endif // MAIN_H + +/******************************** END OF FILE *********************************/