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

  1. Import this library to online compiler (see button "import" on the right hand side
  2. DO NOT import mbed-src anymore, a better version is now included inside PokittoLib
  3. Change My_settings.h according to your project
  4. Start coding!
Revision:
28:958b71c4b92a
Parent:
23:f88837b8f914
Child:
30:796f9611d2ac
--- a/Pokitto_settings.h	Mon Jan 01 10:22:02 2018 +0000
+++ b/Pokitto_settings.h	Fri Jan 05 02:19:51 2018 +0000
@@ -386,5 +386,8 @@
 #define SPRITE_COUNT 4  // The default max sprite count
 #endif
 
+/** SYSTEM SETTINGS ADDRESSES IN EEPROM **/
+#define EESETTINGS_VOL 4000
+
 #endif // POKITTO_SETTINGS_H