6 lines
95 B
C
6 lines
95 B
C
#pragma once
|
|
|
|
#define VL6180X_I2C_ADDR 0x29
|
|
|
|
void VL6180x_glue_init(const char* i2c_dev_path);
|