Browse Source

CS initialization corrected

main
FrankBoesing 9 years ago
parent
commit
61ba19bd11
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      teensy3/SPIFIFO.h

+ 1
- 1
teensy3/SPIFIFO.h View File

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

Loading…
Cancel
Save