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

main.h

Committer:
krebyy
Date:
2017-06-29
Revision:
1:584ac95c4061

File content as of revision 1:584ac95c4061:

#ifndef MAIN_H
#define MAIN_H

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

#endif // MAIN_H

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