Explorar el Código

Don't use the SPI alternate pin functions by default

main
PaulStoffregen hace 7 años
padre
commit
86f7ea4c8a
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. +3
    -3
      examples/CopyFromSerial/CopyFromSerial.ino

+ 3
- 3
examples/CopyFromSerial/CopyFromSerial.ino Ver fichero

@@ -91,9 +91,9 @@ void setup(){
pinMode(13, OUTPUT);
//Set up SPI
SPI.setMOSI(MOSI);
SPI.setMISO(MISO);
SPI.setSCK(SCK);
//SPI.setMOSI(MOSI); // uncomment these if using the alternate pins
//SPI.setMISO(MISO);
//SPI.setSCK(SCK);
SerialFlash.begin(CSPIN);

//We start by formatting the flash...

Cargando…
Cancelar
Guardar