feat: added all gpio support
This commit is contained in:
@@ -44,7 +44,7 @@ extern "C"
|
||||
bool p6_gpio_work_mode; // Expander GPIO P6 work mode. True for input, false for output.
|
||||
bool p7_gpio_work_mode; // Expander GPIO P7 work mode. True for input, false for output.
|
||||
uint8_t interrupt_gpio; // Interrupt GPIO. @attention Must be same for all PCF8574 expanders.
|
||||
uint8_t interrupt_port; // Interrupt port. @attention Must be same for all PCF8574 expanders.
|
||||
uint8_t interrupt_port; // Interrupt port.
|
||||
} zh_avr_pcf8574_init_config_t;
|
||||
|
||||
typedef struct // PCF8574 expander handle.
|
||||
|
Reference in New Issue
Block a user