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 3434#define LED_PRIMARY_PIN _PINNUM(0, 6)
3535#define LED_STATE_ON 1
3636
37- #define LED_NEOPIXEL _PINNUM(0, 16 )
37+ #define LED_NEOPIXEL _PINNUM(0, 8 )
3838#define NEOPIXELS_NUMBER 1
3939#define BOARD_RGB_BRIGHTNESS 0x040404
4040
4141/*------------------------------------------------------------------*/
4242/* BUTTON
4343 *------------------------------------------------------------------*/
4444#define BUTTONS_NUMBER 2
45- #define BUTTON_1 _PINNUM(1 , 29) // user switch
45+ #define BUTTON_1 _PINNUM(0 , 29) // user switch
4646#define BUTTON_2 _PINNUM(1, 02) // D2 breakout
4747#define BUTTON_PULL NRF_GPIO_PIN_PULLUP
4848
4949/*------------------------------------------------------------------*/
5050/* UART
5151 *------------------------------------------------------------------*/
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)
5454#define CTS_PIN_NUMBER 0
5555#define RTS_PIN_NUMBER 0
5656#define HWFC false
You can’t perform that action at this time.
0 commit comments