#ifndef __HAFBLF0750C4AX5_H__ #define __HAFBLF0750C4AX5_H__ // 传感器I2C地址 #define HAF_ADR 0x49 // 函数声明 u8 AirflowSensor_Init(void); u16 AirflowSensor_Read(void); u16 AirflowSensor_ReadAverage( u8 count); float Get_AirflowSensor_SCCM(void); #endif