Add Melexis Contact-less Infrared Sensor - MLX90614 to Heltec V3 Sensor

This commit is contained in:
Mike Cochrane
2025-07-18 18:51:00 +12:00
parent e4f7b9e37f
commit 9f2a77c92e
3 changed files with 26 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ protected:
bool INA219_initialized = false;
bool SHTC3_initialized = false;
bool LPS22HB_initialized = false;
bool MLX90614_initialized = false;
bool gps_detected = false;
bool gps_active = false;