Este é um código de exemplo de utilização da biblioteca ton-bot e teste completo do hardware do robô.

Dependencies:   IOTON-API QEI USBDevice mbed-ton ton-bot

Fork of ton_demo by IOTON Technology

Committer:
krebyy
Date:
Wed Jul 05 18:46:20 2017 +0000
Revision:
2:632c6e551b64
Parent:
1:584ac95c4061
Fix inclus?o recursiva

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