Jonne Valola / PokittoLib Featured

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:
60:8b6a110feeea
Parent:
31:f4b9b85c7b62
Child:
66:6281a40d73e6
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