]> git.sesse.net Git - pistorm/blobdiff - gpio/ps_protocol.h
Add Meson build files.
[pistorm] / gpio / ps_protocol.h
index c3c3a3f737cf43d14a1897f042c3c8abfec24ac0..a4b0c254d7419efb19ca54f4e5bf7ccbe9e32575 100644 (file)
@@ -1,3 +1,5 @@
+// SPDX-License-Identifier: MIT
+
 /*
     Code reorganized and rewritten by 
     Niklas Ekström 2021 (https://github.com/niklasekstrom)
@@ -11,7 +13,7 @@
 #define PIN_A0 2
 #define PIN_A1 3
 #define PIN_CLK 4
-#define PIN_UNUSED 5
+#define PIN_RESET 5
 #define PIN_RD 6
 #define PIN_WR 7
 #define PIN_D(x) (8 + x)