Biblioteca do Robô TON-BOT (https://ioton.cc/ton-bot)
Dependents: ton-bot_teste ton-bot_seguidor_linha ton-bot_seguidor_parede
Revision 1:9a99f8884c3b, committed 2017-07-05
- Comitter:
- krebyy
- Date:
- Wed Jul 05 18:45:43 2017 +0000
- Parent:
- 0:a79d499cd558
- Commit message:
- Fix inclus?o recursiva
Changed in this revision
ton-bot.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/ton-bot.h Thu Jun 29 20:53:52 2017 +0000 +++ b/ton-bot.h Wed Jul 05 18:45:43 2017 +0000 @@ -24,6 +24,9 @@ ****************************************************************************** */ +#ifndef TONBOT_H +#define TONBOT_H + /* Includes ------------------------------------------------------------------*/ #include "mbed.h" #include "QEI.h" @@ -175,6 +178,9 @@ */ int32_t getSensoresLinha(); + +#endif /* TONBOT_H_ */ + /** * @} */