![]() |
LibDriver TPL0501
|
tpl0501 example driver modules More...
Functions | |
| uint8_t | tpl0501_basic_init (void) |
| basic example init | |
| uint8_t | tpl0501_basic_deinit (void) |
| basic example deinit | |
| uint8_t | tpl0501_basic_write (float percentage, float *wl_ohm, float *hw_ohm) |
| basic example write | |
tpl0501 example driver modules
| uint8_t tpl0501_basic_deinit | ( | void | ) |
basic example deinit
Definition at line 79 of file driver_tpl0501_basic.c.
| uint8_t tpl0501_basic_init | ( | void | ) |
basic example init
Definition at line 48 of file driver_tpl0501_basic.c.
| uint8_t tpl0501_basic_write | ( | float | percentage, |
| float * | wl_ohm, | ||
| float * | hw_ohm ) |
basic example write
| [in] | percentage | is the set percentage |
| [out] | *wl_ohm | points to a wl ohm buffer |
| [out] | *hw_ohm | points to a hw ohm buffer |
Definition at line 100 of file driver_tpl0501_basic.c.