![]() |
LibDriver SFA30
|
sfa30 example driver modules More...
Functions | |
| uint8_t | sfa30_basic_init (sfa30_interface_t interface) |
| basic example init | |
| uint8_t | sfa30_basic_deinit (void) |
| basic example deinit | |
| uint8_t | sfa30_basic_read (sfa30_data_t *data) |
| basic example read | |
| uint8_t | sfa30_basic_reset (void) |
| basic example reset | |
| uint8_t | sfa30_basic_get_device_information (char info[32]) |
| basic example get device information | |
sfa30 example driver modules
| uint8_t sfa30_basic_deinit | ( | void | ) |
basic example deinit
Definition at line 105 of file driver_sfa30_basic.c.
| uint8_t sfa30_basic_get_device_information | ( | char | info[32] | ) |
basic example get device information
| [out] | *info | pointer to a info buffer |
Definition at line 173 of file driver_sfa30_basic.c.
| uint8_t sfa30_basic_init | ( | sfa30_interface_t | interface | ) |
basic example init
| [in] | interface | chip interface |
Definition at line 49 of file driver_sfa30_basic.c.
| uint8_t sfa30_basic_read | ( | sfa30_data_t * | data | ) |
basic example read
| [out] | *data | pointer to a sfa30_data_t structure |
Definition at line 134 of file driver_sfa30_basic.c.
| uint8_t sfa30_basic_reset | ( | void | ) |
basic example reset
Definition at line 155 of file driver_sfa30_basic.c.