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

Revision:
60:8b6a110feeea
Parent:
31:f4b9b85c7b62
diff -r 61d308a0b113 -r 8b6a110feeea POKITTO_CORE/PokittoGlobs.h
--- a/POKITTO_CORE/PokittoGlobs.h	Sun Oct 07 10:10:24 2018 +0000
+++ b/POKITTO_CORE/PokittoGlobs.h	Sun Oct 07 10:19:52 2018 +0000
@@ -52,6 +52,8 @@
 extern int random(int);
 extern int random(int,int);
 
+#undef HIGH
+#undef LOW
 #define HIGH    1
 #define LOW     0