Skip to content

Commit 40cd022

Browse files
committed
Update hellbender_2350A_devboard.h for release version of the board.
1 parent ee68c78 commit 40cd022

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

src/boards/include/boards/hellbender_2350A_devboard.h

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,17 @@
2222
#define HB_2350A_IMU_INT_PIN 1
2323
#define HB_2350A_USER_QWIIC_SDA_PIN 2
2424
#define HB_2350A_USER_QWIIC_SCL_PIN 3
25-
#define HB_2350A_RTC_INT_PIN 8
25+
#define HB_2350A_RTC_INT_PIN 22
2626
#define HB_2350A_SDCARD_CS_PIN 9
2727
#define HB_2350A_LORA_IO1_PIN 10
2828
#define HB_2350A_LORA_IO3_PIN 11
29-
#define HB_2350A_LORA_CS_PIN 21
30-
#define HB_2350A_RTC_CLKIN_PIN 22
31-
#define HB_2350A_IMU_CLKOUT_PIN 23
29+
#define HB_2350A_LORA_CS_PIN 28
3230
#define HB_2350A_LORA_BUSY_PIN 24
33-
#define HB_2350A_FUSB307_INT_PIN 25
3431
#define HB_2350A_LORA_RESET_PIN 29
32+
#define HB_2350A_RTC_CLKIN_PIN 22
33+
#define HB_2350A_IMU_CLKOUT_PIN 23
34+
#define HB_2350A_FUSB307_INT_PIN 21
35+
#define HB_2350A_BQ25792_INT_PIN 8
3536

3637
// --- UART ---
3738
// Note, conflicts with HSTX range
@@ -45,7 +46,11 @@
4546
#define PICO_DEFAULT_UART_RX_PIN 13
4647
#endif
4748

48-
// no PICO_DEFAULT_LED_PIN
49+
// --- LED ---
50+
#ifndef PICO_DEFAULT_LED_PIN
51+
#define PICO_DEFAULT_LED_PIN 25
52+
#endif
53+
4954
// no PICO_DEFAULT_WS2812_PIN
5055

5156
// --- I2C ---
@@ -73,7 +78,7 @@
7378
#define PICO_DEFAULT_SPI_RX_PIN 20
7479
#endif
7580
#ifndef PICO_DEFAULT_SPI_CSN_PIN
76-
#define PICO_DEFAULT_SPI_CSN_PIN 21
81+
#define PICO_DEFAULT_SPI_CSN_PIN 28
7782
#endif
7883

7984
// --- FLASH ---

0 commit comments

Comments
 (0)