Browse Source

Merge pull request #59 from FrankBoesing/patch-1

CS initialization corrected
main
Paul Stoffregen 9 years ago
parent
commit
5e33e9fd0b
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