Files
CHJ/user/Device/HAFBLF0750C4AX5.h
2026-03-20 21:16:58 +08:00

14 lines
273 B
C
Executable File

#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