Added PAJ7620U2 defs, set mag for ICM20948 temp

This commit is contained in:
Niklas Jensen
2025-11-27 19:30:19 +01:00
parent 19b7da85fe
commit 70eb5b916c
4 changed files with 7 additions and 5 deletions
+2
View File
@@ -18,6 +18,8 @@ void printFeatureConfiguration() {
ESP_LOGI("Features", "USE_HMC5883: %s", USE_HMC5883 ? "enabled" : "disabled");
ESP_LOGI("Features", "USE_BMP180: %s", USE_BMP180 ? "enabled" : "disabled");
ESP_LOGI("Features", "USE_USS: %s", USE_USS ? "enabled" : "disabled");
ESP_LOGI("Features", "USE_PAJ7620U2: %s", USE_PAJ7620U2 ? "enabled" : "disabled");
// Peripherals
ESP_LOGI("Features", "USE_PCA9685: %s", USE_PCA9685 ? "enabled" : "disabled");