PokittoLib is the library needed for programming the Pokitto DIY game console (www.pokitto.com)
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!
My_settings_example.h
- Committer:
- Pokitto
- Date:
- 2018-01-05
- Revision:
- 28:958b71c4b92a
- Parent:
- 16:6c352e63d59e
File content as of revision 28:958b71c4b92a:
/* 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_HIRES 1 #define PROJ_ENABLE_SOUND 0