hardware fix: CATHODE_PIN 與 ANODE_PIN 調換
This commit is contained in:
+2
-2
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user