Skip to content

Commit

Permalink
update VS1053 examples
Browse files Browse the repository at this point in the history
  • Loading branch information
tigoe committed Oct 17, 2024
1 parent 5aa17fc commit 18f25f9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@
// the VS1053 chip and SD card are both SPI devices.
// Set their respective pins:

#define CLK 13 // SPI Clock, shared with SD card
#define MISO 12 // Input data, from VS1053/SD card
#define MOSI 11 // Output data, to VS1053/SD card
#define VS1053_RESET 6 // VS1053 reset pin
#define VS1053_CS 7 // VS1053 chip select pin
#define VS1053_DCS 4 // VS1053 Data/command select pin
Expand Down
4 changes: 0 additions & 4 deletions VS1053_examples/VS1053_mp3_simple/VS1053_mp3_simple.ino
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@

// the VS1053 chip and SD card are both SPI devices.
// Set their respective pins:

#define CLK 13 // SPI Clock, shared with SD card
#define MISO 12 // Input data, from VS1053/SD card
#define MOSI 11 // Output data, to VS1053/SD card
#define VS1053_RESET 6 // VS1053 reset pin
#define VS1053_CS 7 // VS1053 chip select pin
#define VS1053_DCS 4 // VS1053 Data/command select pin
Expand Down
Binary file modified docs/img/VS1053_circuit_mp3_bb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 18f25f9

Please sign in to comment.