LibDriver AFS01
Loading...
Searching...
No Matches
driver_afs01_basic.h
Go to the documentation of this file.
1
36
37#ifndef DRIVER_AFS01_BASIC_H
38#define DRIVER_AFS01_BASIC_H
39
41
42#ifdef __cplusplus
43extern "C"{
44#endif
45
52
60uint8_t afs01_basic_init(void);
61
69uint8_t afs01_basic_deinit(void);
70
79uint8_t afs01_basic_read(float *sccm);
80
89uint8_t afs01_basic_get_chip_id(uint8_t id[4]);
90
94
95#ifdef __cplusplus
96}
97#endif
98
99#endif
driver afs01 interface header file
uint8_t afs01_basic_deinit(void)
basic example deinit
uint8_t afs01_basic_init(void)
basic example init
uint8_t afs01_basic_read(float *sccm)
basic example read
uint8_t afs01_basic_get_chip_id(uint8_t id[4])
basic example get chip id