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

8 lines
174 B
C
Raw Permalink Normal View History

2022-11-12 21:09:57 +01:00
#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