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: YATTT sd_map_test cPong SnowDemo ... more
PokittoLib
Library for programming Pokitto hardware
How to Use
- Import this library to online compiler (see button "import" on the right hand side
- DO NOT import mbed-src anymore, a better version is now included inside PokittoLib
- Change My_settings.h according to your project
- Start coding!
Revision 57:63853054a4d9, committed 2018-10-02
- Comitter:
- Pokitto
- Date:
- Tue Oct 02 20:38:50 2018 +0000
- Parent:
- 56:71e4c6b1efb4
- Child:
- 58:5f58a2846a20
- Commit message:
- Fixed My_settings.h problem due to changes in mbed online ide
Changed in this revision
| Pokitto_settings.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/Pokitto_settings.h Fri Sep 14 07:40:24 2018 +0000 +++ b/Pokitto_settings.h Tue Oct 02 20:38:50 2018 +0000 @@ -38,7 +38,7 @@ #ifndef POKITTO_SETTINGS_H #define POKITTO_SETTINGS_H -#include "My_settings.h" +#include "../My_settings.h" #ifdef PROJ_BOARDREV #define POK_BOARDREV PROJ_BOARDREV // which revision of Pokitto board