PCB silkscreen +/- marks positions fixed. Manual on/off still works if the range sensor is not initialized

This commit is contained in:
2022-11-23 17:29:55 +03:00
parent f30ac4aaf2
commit d0f0ee56d0
11 changed files with 10523 additions and 10499 deletions

View File

@@ -10,10 +10,10 @@
// Local variables within this file (private)
//---------------------------------------------------------
uint8_t g_i2cAddr = ADDRESS_DEFAULT;
uint16_t g_ioTimeout = 0; // no timeout
uint16_t g_ioTimeout = 0; // 0 = no timeout
uint8_t g_isTimeout = 0;
uint16_t g_timeoutStartMs;
uint8_t g_stopVariable; // read by init and used when starting measurement; is StopVariable field of VL53L0X_DevData_t structure in API
uint8_t g_stopVariable; // read by init and used when starting measurement; is StopVariable field of VL53L0X_DevData_t structure in API
uint32_t g_measTimBudUs;
//---------------------------------------------------------