Just a simple library for VLSI's mp3/midi codec chip

Dependents:   IsuProject_LPC1768

Revision:
6:1f57fbd3aeb5
Parent:
4:6e0fb5342efa
diff -r cbf43dc9c947 -r 1f57fbd3aeb5 VS1053.h
--- a/VS1053.h	Thu Dec 19 19:14:15 2013 +0000
+++ b/VS1053.h	Fri Dec 20 21:34:03 2013 +0000
@@ -1,4 +1,4 @@
-// ==================================================== Dec 18 2013, kayeks ==
+// ==================================================== Dec 21 2013, kayeks ==
 // VS1053.h
 // ===========================================================================
 // Just a simple library for VLSI's mp3/midi codec chip
@@ -35,7 +35,7 @@
     static const uint8_t SCI_AICTRL3     = 0x0f;
     
     VS1053(PinName mosiPin, PinName misoPin, PinName sckPin,
-           PinName cs, PinName bsync, PinName dreq, PinName rstPin,
+           PinName csPin, PinName bsyncPin, PinName dreqPin, PinName rstPin,
            uint32_t spiFrequency=1000000);
     ~VS1053();
     void hardwareReset();