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 IOTON Technology

Committer:
krebyy
Date:
Thu Jun 29 20:59:25 2017 +0000
Revision:
1:584ac95c4061
Commit inicial

Who changed what in which revision?

UserRevisionLine numberNew 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 *********************************/