File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/boards/itsybitsy_nrf52840_express Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 34
34
#define LED_PRIMARY_PIN _PINNUM(0, 6)
35
35
#define LED_STATE_ON 1
36
36
37
- #define LED_NEOPIXEL _PINNUM(0, 16 )
37
+ #define LED_NEOPIXEL _PINNUM(0, 8 )
38
38
#define NEOPIXELS_NUMBER 1
39
39
#define BOARD_RGB_BRIGHTNESS 0x040404
40
40
41
41
/*------------------------------------------------------------------*/
42
42
/* BUTTON
43
43
*------------------------------------------------------------------*/
44
44
#define BUTTONS_NUMBER 2
45
- #define BUTTON_1 _PINNUM(1 , 29) // user switch
45
+ #define BUTTON_1 _PINNUM(0 , 29) // user switch
46
46
#define BUTTON_2 _PINNUM(1, 02) // D2 breakout
47
47
#define BUTTON_PULL NRF_GPIO_PIN_PULLUP
48
48
49
49
/*------------------------------------------------------------------*/
50
50
/* UART
51
51
*------------------------------------------------------------------*/
52
- #define RX_PIN_NUMBER _PINNUM(1 , 25)
53
- #define TX_PIN_NUMBER _PINNUM(1 , 24)
52
+ #define RX_PIN_NUMBER _PINNUM(0 , 25)
53
+ #define TX_PIN_NUMBER _PINNUM(0 , 24)
54
54
#define CTS_PIN_NUMBER 0
55
55
#define RTS_PIN_NUMBER 0
56
56
#define HWFC false
You can’t perform that action at this time.
0 commit comments