LibDriver LM75B
Loading...
Searching...
No Matches
driver_lm75b_basic.h
Go to the documentation of this file.
1
37
38#ifndef DRIVER_LM75B_BASIC_H
39#define DRIVER_LM75B_BASIC_H
40
42
43#ifdef __cplusplus
44extern "C"{
45#endif
46
53
63
71uint8_t lm75b_basic_deinit(void);
72
81uint8_t lm75b_basic_read(float *s);
82
86
87#ifdef __cplusplus
88}
89#endif
90
91#endif
driver lm75b interface header file
lm75b_address_t
lm75b address enumeration definition
uint8_t lm75b_basic_read(float *s)
basic example read
uint8_t lm75b_basic_init(lm75b_address_t addr)
basic example init
uint8_t lm75b_basic_deinit(void)
basic example deinit