RAK11310: Update to last building platform package and possibly fix for #5361 (#6202)

This commit is contained in:
Mictronics
2025-03-02 13:15:30 +01:00
committed by GitHub
parent 63b20e358f
commit 43a6e711da
2 changed files with 7 additions and 1 deletions

View File

@@ -4,6 +4,12 @@
#define ARDUINO_ARCH_AVR
// Define I2C pins to ensure correct usage of both ports
#define I2C_SDA 20
#define I2C_SCL 21
#define I2C_SDA1 2
#define I2C_SCL1 3
#define LED_CONN PIN_LED2
#define LED_PIN LED_BUILTIN
#define ledOff(pin) pinMode(pin, INPUT)