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

main.h

Committer:
krebyy
Date:
2017-07-05
Revision:
3:11c3141ddc4c
Parent:
1:584ac95c4061

File content as of revision 3:11c3141ddc4c:

#ifndef MAIN_H
#define MAIN_H

// Includes --------------------------------------------------------------------
#include "stdint.h"
#include "Ioton.h"
#include "ton-bot.h"

#endif // MAIN_H

/******************************** END OF FILE *********************************/