Skip to content

Commit dbf855e

Browse files
Arya11111Arya11111
and
Arya11111
authored
Modify DFRobot pins_arduino.h (earlephilhower#573)
Co-authored-by: Arya11111 <[email protected]>
1 parent 0afd6ae commit dbf855e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

variants/dfrobot_beetle_rp2040/pins_arduino.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@
3737
#define SPI_HOWMANY (1u)
3838
#define WIRE_HOWMANY (2u)
3939

40-
#define __PIN_A0 (29u)
41-
#define __PIN_A1 (28u)
42-
#define __PIN_A2 (31u)
43-
#define __PIN_A3 (31u)
40+
#define __PIN_A0 (31u)
41+
#define __PIN_A1 (31u)
4442

4543
#include "../generic/common.h"

0 commit comments

Comments
 (0)