37#ifndef DRIVER_PCF8575_BASIC_H
38#define DRIVER_PCF8575_BASIC_H
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