Explorar el Código

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 hace 8 años
padre
commit
5354cc649d
Se han modificado 2 ficheros con 2 adiciones y 0 borrados
  1. +1
    -0
      examples/CardInfo/CardInfo.ino
  2. +1
    -0
      examples/DumpFile/DumpFile.ino

+ 1
- 0
examples/CardInfo/CardInfo.ino Ver fichero

@@ -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 Ver fichero

@@ -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

Cargando…
Cancelar
Guardar