tof-sensing-stm/Core/Inc/vl6180x_glue.h

8 lines
174 B
C

#ifndef _INC_VL6180X_GLUE_H
#define _INC_VL6180X_GLUE_H
#include "stm32l4xx_hal_i2c.h"
void vl6180x_glue_init(I2C_HandleTypeDef *handle_i2c);
#endif // _INC_VL6180X_GLUE_H