Add sensor support to Xiao Nrf

Este commit está contenido en:
Normunds Gavars
2025-05-23 21:24:02 +03:00
padre 0defa837d8
commit f8b45ec01e
Se han modificado 4 ficheros con 17 adiciones y 5 borrados
+2 -2
Ver fichero
@@ -110,8 +110,8 @@ static const uint8_t A5 = PIN_A5;
// Wire Interfaces
#define WIRE_INTERFACES_COUNT (1)
#define PIN_WIRE_SDA (17) // 4 and 5 are used for the sx1262 !
#define PIN_WIRE_SCL (16) // use WIRE1_SDA
// #define PIN_WIRE_SDA (17) // 4 and 5 are used for the sx1262 !
// #define PIN_WIRE_SCL (16) // use WIRE1_SDA
static const uint8_t SDA = PIN_WIRE_SDA;
static const uint8_t SCL = PIN_WIRE_SCL;