PokittoLib is the library needed for programming the Pokitto DIY game console (www.pokitto.com)

Revision:
35:4f7edccf8ed6
Parent:
30:796f9611d2ac
--- 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