LibDriver DS18B20
Loading...
Searching...
No Matches
driver_ds18b20_match.h
Go to the documentation of this file.
1
37
38#ifndef DRIVER_DS18B20_MATCH_H
39#define DRIVER_DS18B20_MATCH_H
40
42
43#ifdef __cplusplus
44extern "C"{
45#endif
46
51
59uint8_t ds18b20_match_init(void);
60
68uint8_t ds18b20_match_deinit(void);
69
79uint8_t ds18b20_match_read(uint8_t rom[8], float *temperature);
80
84
85#ifdef __cplusplus
86}
87#endif
88
89#endif
driver ds18b20 interface header file
uint8_t ds18b20_match_read(uint8_t rom[8], float *temperature)
match example read
uint8_t ds18b20_match_deinit(void)
match example deinit
uint8_t ds18b20_match_init(void)
match example init