PokittoLib with changes to lcd refresh etc.

Dependents:   Pokittris

Fork of Pokitto by Pokitto Community Team

This is a fork by user @Spinal, and is used in Pokittris for testing. Do not import this to your own program.

Revision:
4:ecf2fe370c1c
Parent:
2:968589ca3484
--- a/POKITTO_CORE/PokittoSound.cpp	Tue Sep 19 13:29:14 2017 +0000
+++ b/POKITTO_CORE/PokittoSound.cpp	Tue Sep 19 13:42:25 2017 +0000
@@ -177,7 +177,7 @@
         #endif
 
         streamstep &= streamon; //check if stream is on
-
+		
         if(streamvol && streamstep) {
             uint8_t output = (*currentPtr++);
             sbyte = output;