hardware fix: CATHODE_PIN 與 ANODE_PIN 調換

This commit is contained in:
Roy_01
2024-06-14 15:10:08 +08:00
parent 7876ed2352
commit be088432ef
+2 -2
View File
@@ -15,8 +15,8 @@
#define SAMPLE_R_PIN NRF_GPIO_PIN_MAP(1, 11)
#define SAMPLE_V_PIN NRF_GPIO_PIN_MAP(1, 6)
#define ANODE_PIN NRF_GPIO_PIN_MAP(0, 7)
#define CATHODE_PIN NRF_GPIO_PIN_MAP(0, 8)
#define CATHODE_PIN NRF_GPIO_PIN_MAP(0, 7)
#define ANODE_PIN NRF_GPIO_PIN_MAP(0, 8)
#define OUTPUT_VC_PIN NRF_GPIO_PIN_MAP(0, 2)
#define OUTPUT_VO_PIN NRF_GPIO_PIN_MAP(0, 29)