ソースを参照

Merge pull request #85 from namikata2020/rpi4_8g

Add piMemorySize for rpi4 8G
pull/92/head
Philip Howard 4年前
committed by GitHub
コミット
d4b96c7cb4
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      wiringPi/wiringPi.c

+ 1
- 1
wiringPi/wiringPi.c ファイルの表示

@@ -291,7 +291,7 @@ const int piMemorySize [8] =
1024, // 2
2048, // 3
4096, // 4
0, // 5
8192, // 5
0, // 6
0, // 7
} ;


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