File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/boards/circuitplayground_nrf52840 Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 42
42
/* BUTTON
43
43
*------------------------------------------------------------------*/
44
44
#define BUTTONS_NUMBER 2
45
- #define BUTTON_1 _PINNUM(1, 01 ) // left button
45
+ #define BUTTON_1 _PINNUM(1, 02 ) // left button
46
46
#define BUTTON_2 _PINNUM(1, 15) // right button
47
- #define BUTTON_PULL NRF_GPIO_PIN_PULLUP
47
+ #define BUTTON_PULL NRF_GPIO_PIN_PULLDOWN
48
48
49
49
/*------------------------------------------------------------------*/
50
50
/* UART
51
51
*------------------------------------------------------------------*/
52
- #define RX_PIN_NUMBER _PINNUM(0, 29 )
52
+ #define RX_PIN_NUMBER _PINNUM(0, 30 )
53
53
#define TX_PIN_NUMBER _PINNUM(0, 14)
54
54
#define CTS_PIN_NUMBER 0
55
55
#define RTS_PIN_NUMBER 0
72
72
#define UF2_BOARD_ID "nRF52840-CircuitPlayground-revD"
73
73
#define UF2_INDEX_URL "https://www.adafruit.com/product/4300"
74
74
75
- #endif // _FEATHER_NRF52840_H
75
+ #endif // _CPLAY_NRF52840_H
You can’t perform that action at this time.
0 commit comments