Browse Source

Adds more comments on how to use sd on teensy audio board

Adds more comments on how to use sd on teensy audio board
main
Frank Bösing 8 years ago
parent
commit
5354cc649d
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      examples/CardInfo/CardInfo.ino
  2. +1
    -0
      examples/DumpFile/DumpFile.ino

+ 1
- 0
examples/CardInfo/CardInfo.ino View File

@@ -40,6 +40,7 @@ const int chipSelect = 4;

void setup()
{
//UNCOMMENT THESE TWO LINES FOR TEENSY AUDIO BOARD:
//SPI.setMOSI(7); // Audio shield has MOSI on pin 7
//SPI.setSCK(14); // Audio shield has SCK on pin 14

+ 1
- 0
examples/DumpFile/DumpFile.ino View File

@@ -9,6 +9,7 @@
** MOSI - pin 11, pin 7 on Teensy with audio board
** MISO - pin 12
** CLK - pin 13, pin 14 on Teensy with audio board
** CS - pin 4, pin 10 on Teensy with audio board
created 22 December 2010
by Limor Fried

Loading…
Cancel
Save