Add the RTOS processing. for the Network radio streaming receiver.

Fork of VS1053b by Christian Schmiljun

Revision:
5:ead95c0f7800
Parent:
4:cacb5e663fa9
Child:
6:eed008905159
--- a/VS1053.cpp	Fri Dec 24 23:52:55 2010 +0000
+++ b/VS1053.cpp	Sat Dec 25 00:29:04 2010 +0000
@@ -211,12 +211,6 @@
     _spi.write(0x00);                        //filler byte
 }
 
-void VS1053::writeStream(unsigned char *array, unsigned int size) {    
-    for (int i=0; i<size; i++) {
-        sdi_write(array[i]);
-    }
-}
-
 unsigned short int VS1053::wram_read(unsigned short int address) {
     unsigned short int tmp1,tmp2;
     sci_write(SCI_WRAMADDR,address);