tabspace fix. minor changes.
This commit is contained in:
@@ -9,11 +9,11 @@
|
||||
//---------------------------------------------------------
|
||||
// Local variables within this file (private)
|
||||
//---------------------------------------------------------
|
||||
uint8_t g_i2cAddr = ADDRESS_DEFAULT;
|
||||
uint8_t g_i2cAddr = ADDRESS_DEFAULT;
|
||||
uint16_t g_ioTimeout = 0; // no timeout
|
||||
uint8_t g_isTimeout = 0;
|
||||
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;
|
||||
|
||||
//---------------------------------------------------------
|
||||
|
@@ -16,7 +16,7 @@
|
||||
|
||||
// I²C port handle
|
||||
#define TOF_I2C hi2c1
|
||||
extern I2C_HandleTypeDef TOF_I2C;
|
||||
extern I2C_HandleTypeDef TOF_I2C;
|
||||
|
||||
// Pins
|
||||
#define TOF_XSHUT_PORT Sens_SHUT_GPIO_Port
|
||||
|
Reference in New Issue
Block a user