37#ifndef DRIVER_PCF8574_BASIC_H
38#define DRIVER_PCF8574_BASIC_H
driver pcf8574 interface header file
pcf8574_pin_level_t
pcf8574 pin enumeration definition
pcf8574_pin_t
pcf8574 pin enumeration definition
pcf8574_address_t
pcf8574 address enumeration definition
uint8_t pcf8574_basic_deinit(void)
basic example deinit
uint8_t pcf8574_basic_read(pcf8574_pin_t pin, pcf8574_pin_level_t *level)
basic example read
uint8_t pcf8574_basic_write(pcf8574_pin_t pin, pcf8574_pin_level_t level)
basic example write
uint8_t pcf8574_basic_init(pcf8574_address_t addr)
basic example init