@@ -22,16 +22,17 @@ pico_board_cmake_set(PICO_PLATFORM, rp2350)
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 @@ pico_board_cmake_set(PICO_PLATFORM, rp2350)
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 ---
@@ -72,9 +77,8 @@ pico_board_cmake_set(PICO_PLATFORM, rp2350)
7277#ifndef PICO_DEFAULT_SPI_RX_PIN
7378#define PICO_DEFAULT_SPI_RX_PIN 20
7479#endif
75- #ifndef PICO_DEFAULT_SPI_CSN_PIN
76- #define PICO_DEFAULT_SPI_CSN_PIN 21
77- #endif
80+ // multiple devices, so this doesn't make much sense
81+ // no PICO_DEFAULT_SPI_CSN_PIN
7882
7983// --- FLASH ---
8084
0 commit comments