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:
17:10609a82d462
Parent:
5:ea7377f3d1af
Child:
23:f88837b8f914
--- a/Pokitto_settings.h	Fri Oct 20 19:08:39 2017 +0000
+++ b/Pokitto_settings.h	Sat Oct 21 17:22:35 2017 +0000
@@ -379,5 +379,8 @@
 #define BBIT     5
 #define CBIT     6
 
+/** LOADER UPDATE MECHANISM **/
+#define POK_ENABLE_LOADER_UPDATES 1 //1=check for new loader versions on SD and update if new found
+
 #endif // POKITTO_SETTINGS_H