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.
Dependencies: PokittoLib
Fork of HelloWorld by
Revision 4:7bd192389df1, committed 2017-10-12
- Comitter:
- Pokitto
- Date:
- Thu Oct 12 10:35:02 2017 +0000
- Parent:
- 3:744b412057be
- Child:
- 5:c4a0391b43ac
- Commit message:
- My_settings_example.h added;
Changed in this revision
| My_settings.h | Show annotated file Show diff for this revision Revisions of this file |
| PokittoLib.lib | Show annotated file Show diff for this revision Revisions of this file |
--- a/My_settings.h Wed Oct 11 23:03:48 2017 +0000 +++ b/My_settings.h Thu Oct 12 10:35:02 2017 +0000 @@ -1,2 +1,16 @@ +/* This is an example of how to set your own project settings + +To use + +1. make a copy of this file by pressing right mouse button on top of this file +in the mbed online compiler, then choose "Clone" + +2. See that the copy is in the root of the project (where your main cpp files are), not inside the PokittoLib folder +Drag & drop to move if needed + +3. rename the clone to "My_settings.h" + +*/ + #define PROJ_SCREENMODE 1 #define PROJ_ENABLE_SOUND 0 \ No newline at end of file
--- a/PokittoLib.lib Wed Oct 11 23:03:48 2017 +0000 +++ b/PokittoLib.lib Thu Oct 12 10:35:02 2017 +0000 @@ -1,1 +1,1 @@ -https://os.mbed.com/users/Pokitto/code/PokittoLib/#ae888814cfdf +https://os.mbed.com/users/Pokitto/code/PokittoLib/#3590835fc132
