Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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_ */ + /** * @} */