Explorar el Código

Merge pull request #59 from FrankBoesing/patch-1

CS initialization corrected
main
Paul Stoffregen hace 9 años
padre
commit
5e33e9fd0b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      teensy3/SPIFIFO.h

+ 1
- 1
teensy3/SPIFIFO.h Ver fichero

@@ -176,8 +176,8 @@ public:
p = 0x10;
} else {
reg = portOutputRegister(pin);
*reg = 1;
pinMode(pin, OUTPUT);
*reg = 1;
p = 0;
}
pcs = p;

Cargando…
Cancelar
Guardar