LibDriver PCF8575
Loading...
Searching...
No Matches
driver_pcf8575_basic.h
Go to the documentation of this file.
1
36
37#ifndef DRIVER_PCF8575_BASIC_H
38#define DRIVER_PCF8575_BASIC_H
39
41
42#ifdef __cplusplus
43extern "C"{
44#endif
45
52
62
70uint8_t pcf8575_basic_deinit(void);
71
82
93
97
98#ifdef __cplusplus
99}
100#endif
101
102#endif
driver pcf8575 interface header file
pcf8575_address_t
pcf8575 address enumeration definition
pcf8575_pin_t
pcf8575 pin enumeration definition
pcf8575_pin_level_t
pcf8575 pin enumeration definition
uint8_t pcf8575_basic_deinit(void)
basic example deinit
uint8_t pcf8575_basic_read(pcf8575_pin_t pin, pcf8575_pin_level_t *level)
basic example read
uint8_t pcf8575_basic_write(pcf8575_pin_t pin, pcf8575_pin_level_t level)
basic example write
uint8_t pcf8575_basic_init(pcf8575_address_t addr)
basic example init