Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: IsuProject_LPC1768
Revision 6:1f57fbd3aeb5, committed 2013-12-20
- Comitter:
- kayekss
- Date:
- Fri Dec 20 21:34:03 2013 +0000
- Parent:
- 5:cbf43dc9c947
- Commit message:
- Unified parameter names on constructor
Changed in this revision
| VS1053.cpp | Show annotated file Show diff for this revision Revisions of this file |
| VS1053.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/VS1053.cpp Thu Dec 19 19:14:15 2013 +0000 +++ b/VS1053.cpp Fri Dec 20 21:34:03 2013 +0000 @@ -1,4 +1,4 @@ -// ==================================================== Dec 18 2013, kayeks == +// ==================================================== Dec 21 2013, kayeks == // VS1053.cpp // =========================================================================== // Just a simple library for VLSI's mp3/midi codec chip
--- 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();