Skip to content

Commit c964da2

Browse files
ci(pre-commit): Apply automatic fixes
1 parent 91668c4 commit c964da2

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

variants/huidu_hd_wf4/pins_arduino.h

+12-12
Original file line numberDiff line numberDiff line change
@@ -56,39 +56,39 @@
5656
#define WF4_X4_CS_PIN WF4_X3_CS_PIN // CS gpio must be set HIGH to enable X4 output
5757

5858
// P1 is a UART connector
59-
#define WF4_P1_RX_PIN 44
60-
#define WF4_P1_TX_PIN 43
59+
#define WF4_P1_RX_PIN 44
60+
#define WF4_P1_TX_PIN 43
6161

6262
// P2: PCB holes gpio/gnd
63-
#define WF4_P2_DATA_PIN 0 // GPIO0 boot
63+
#define WF4_P2_DATA_PIN 0 // GPIO0 boot
6464

6565
// P5: temperature sensor connector
66-
#define WF4_P5_DATA_PIN 16
66+
#define WF4_P5_DATA_PIN 16
6767

6868
// P7: VCC/GPIO holes on PCB
69-
#define WF4_P7_DATA_PIN 1
69+
#define WF4_P7_DATA_PIN 1
7070

7171
// P11: IR connector
72-
#define WF4_P11_DATA_PIN 15
72+
#define WF4_P11_DATA_PIN 15
7373

7474
// P12: two gpio's, Vcc, GND
7575
#define WF4_P12_DATA1_PIN 47
7676
#define WF4_P12_DATA2_PIN 18
7777

7878
// S1 Button
79-
#define WF4_S1_DATA_PIN 17
79+
#define WF4_S1_DATA_PIN 17
8080

8181
// S2-S3 PCB holes
82-
#define WF4_S2_DATA_PIN 48
83-
#define WF4_S3_DATA_PIN 26
84-
#define WF4_S4_DATA_PIN 46
82+
#define WF4_S2_DATA_PIN 48
83+
#define WF4_S3_DATA_PIN 26
84+
#define WF4_S4_DATA_PIN 46
8585

8686
#define WF4_BUTTON_TEST WF4_S1_PIN // Test key button on PCB, 1=normal, 0=pressed
8787
#define WF4_LED_RUN_PIN 40 // Status LED on PCB
8888
#define WF4_BM8563_I2C_SDA 41 // RTC BM8563 I2C port
8989
#define WF4_BM8563_I2C_SCL 42
90-
#define WF4_USB_DN_PIN 19 // USB-A D-
91-
#define WF4_USB_DP_PIN 20 // USB-A D+
90+
#define WF4_USB_DN_PIN 19 // USB-A D-
91+
#define WF4_USB_DP_PIN 20 // USB-A D+
9292

9393
#define LED_BUILTIN WF4_LED_RUN_PIN
9494
#define BUILTIN_LED LED_BUILTIN // backward compatibility

0 commit comments

Comments
 (0)