![]() |
LibDriver AFS01
|
afs01 example driver modules More...
Functions | |
| uint8_t | afs01_basic_init (void) |
| basic example init | |
| uint8_t | afs01_basic_deinit (void) |
| basic example deinit | |
| 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 | |
afs01 example driver modules
| uint8_t afs01_basic_deinit | ( | void | ) |
basic example deinit
Definition at line 124 of file driver_afs01_basic.c.
| uint8_t afs01_basic_get_chip_id | ( | uint8_t | id[4] | ) |
basic example get chip id
| [out] | *id | pointer to an id buffer |
Definition at line 103 of file driver_afs01_basic.c.
| uint8_t afs01_basic_init | ( | void | ) |
basic example init
Definition at line 48 of file driver_afs01_basic.c.
| uint8_t afs01_basic_read | ( | float * | sccm | ) |
basic example read
| [out] | *sccm | pointer to a converted data buffer |
Definition at line 80 of file driver_afs01_basic.c.