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:
35:4f7edccf8ed6
Parent:
30:796f9611d2ac
diff -r 427237571c6a -r 4f7edccf8ed6 Pokitto.h
--- a/Pokitto.h	Sat Mar 24 13:17:22 2018 +0000
+++ b/Pokitto.h	Mon Apr 02 22:37:04 2018 +0000
@@ -67,6 +67,8 @@
     #include "Synth.h"
     #endif
     extern uint8_t soundbuf[];
+    extern uint16_t soundbufindex;
+    extern uint8_t* soundbufptr;
     #ifndef POK_SIM
         #include "HWSound.h"
     #endif // if not POK_SIM