fix IIC port

This commit is contained in:
Dylanliacc
2025-06-16 16:15:59 -05:00
committed by Jonathan Bennett
parent 6374ffea35
commit cbdd7eae70
2 changed files with 6 additions and 4 deletions
+4 -2
View File
@@ -74,10 +74,12 @@
// Communication Interfaces
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
// I2C Configuration
#define HAS_WIRE 1
//#define HAS_WIRE 1
#define PIN_WIRE_SDA D14 // P0.09
#define PIN_WIRE_SCL D15 // P0.10
#define WIRE_INTERFACES_COUNT 1
#define WIRE_INTERFACES_COUNT 2
#define PIN_WIRE1_SDA D18
#define PIN_WIRE1_SCL D17
#define I2C_NO_RESCAN
static const uint8_t SDA = PIN_WIRE_SDA;