ソースを参照

Merge pull request #59 from FrankBoesing/patch-1

CS initialization corrected
teensy4-core
Paul Stoffregen 9年前
コミット
5e33e9fd0b
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      teensy3/SPIFIFO.h

+ 1
- 1
teensy3/SPIFIFO.h ファイルの表示

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

読み込み中…
キャンセル
保存