Add VL53L0X time-of-flight distance sensor to Heltec V3 Sensor

This commit is contained in:
Mike Cochrane
2025-07-18 22:01:47 +12:00
parent 9f2a77c92e
commit 93802fe250
3 changed files with 31 additions and 0 deletions

View File

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