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:
11:aa12eb46aa02
Parent:
6:72f87b7c7400
Child:
12:162abc242b3a
diff -r 769e0a2a1fcd -r aa12eb46aa02 POKITTO_CORE/PokittoSound.cpp
--- a/POKITTO_CORE/PokittoSound.cpp	Thu Oct 12 10:42:51 2017 +0000
+++ b/POKITTO_CORE/PokittoSound.cpp	Wed Oct 18 08:35:20 2017 +0000
@@ -251,7 +251,7 @@
 }
 
 void Sound::begin() {
-#if POK_ENABLE_SOUND > 1
+#if POK_ENABLE_SOUND > 0
 soundInit();
 #endif
 #if (NUM_CHANNELS > 0)