LibDriver TPL0501
Loading...
Searching...
No Matches
driver_tpl0501_basic.h
Go to the documentation of this file.
1
36
37#ifndef DRIVER_TPL0501_BASIC_H
38#define DRIVER_TPL0501_BASIC_H
39
41
42#ifdef __cplusplus
43extern "C"{
44#endif
45
52
60uint8_t tpl0501_basic_init(void);
61
69uint8_t tpl0501_basic_deinit(void);
70
81uint8_t tpl0501_basic_write(float percentage, float *wl_ohm, float *hw_ohm);
82
86
87#ifdef __cplusplus
88}
89#endif
90
91#endif
driver tpl0501 interface header file
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
uint8_t tpl0501_basic_init(void)
basic example init