LibDriver LM75B
Loading...
Searching...
No Matches
driver_lm75b_interrupt.h
Go to the documentation of this file.
1
37
38#ifndef DRIVER_LM75B_INTERRUPT_H
39#define DRIVER_LM75B_INTERRUPT_H
40
42
43#ifdef __cplusplus
44extern "C"{
45#endif
46
51
64 float low_threshold, float high_threshold);
65
73uint8_t lm75b_interrupt_deinit(void);
74
83uint8_t lm75b_interrupt_read(float *s);
84
88
89#ifdef __cplusplus
90}
91#endif
92
93#endif
driver lm75b interface header file
lm75b_address_t
lm75b address enumeration definition
lm75b_os_operation_mode_t
lm75b os operation enumeration definition
uint8_t lm75b_interrupt_deinit(void)
interrupt example deinit
uint8_t lm75b_interrupt_init(lm75b_address_t addr, lm75b_os_operation_mode_t mode, float low_threshold, float high_threshold)
interrupt example init
uint8_t lm75b_interrupt_read(float *s)
interrupt example read