Add I2C pin parameters

This commit is contained in:
Oleg Kalachev
2026-08-09 23:59:45 +03:00
parent 4c74768131
commit 93b3077fa7
+2
View File
@@ -66,6 +66,8 @@ Parameter parameters[] = {
{"IMU_PIN_MISO", &imuMisoPin},
{"IMU_PIN_MOSI", &imuMosiPin},
{"IMU_PIN_CS", &imuCsPin},
{"IMU_PIN_SDA", &imuSdaPin},
{"IMU_PIN_SCL", &imuSclPin},
{"IMU_PIN_INT", &imuIntPin},
{"IMU_ROT_ROLL", &imuRotation.x},
{"IMU_ROT_PITCH", &imuRotation.y},