feat: added all gpio support

This commit is contained in:
2025-09-03 09:56:56 +03:00
parent 8fa482771e
commit 0bb048531f
3 changed files with 60 additions and 60 deletions

View File

@@ -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.