Skip to content

Commit d783225

Browse files
author
Ladyada
committed
this time with correct pins
1 parent 09daa09 commit d783225

File tree

1 file changed

+4
-4
lines changed
  • src/boards/itsybitsy_nrf52840_express

1 file changed

+4
-4
lines changed

src/boards/itsybitsy_nrf52840_express/board.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,23 +34,23 @@
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

0 commit comments

Comments
 (0)