![]() |
LibDriver APM2000
|
apm2000 example driver modules More...
Functions | |
| uint8_t | apm2000_basic_init (apm2000_interface_t interface) |
| basic example init | |
| uint8_t | apm2000_basic_deinit (void) |
| basic example deinit | |
| uint8_t | apm2000_basic_read (apm2000_pm_t *pm) |
| basic example read | |
apm2000 example driver modules
| uint8_t apm2000_basic_deinit | ( | void | ) |
basic example deinit
Definition at line 108 of file driver_apm2000_basic.c.
| uint8_t apm2000_basic_init | ( | apm2000_interface_t | interface | ) |
basic example init
| [in] | interface | chip interface |
Definition at line 49 of file driver_apm2000_basic.c.
| uint8_t apm2000_basic_read | ( | apm2000_pm_t * | pm | ) |
basic example read
| [out] | *pm | pointer to a apm2000_pm_t structure |
Definition at line 148 of file driver_apm2000_basic.c.