feat: added interrupt for high level

This commit is contained in:
2025-06-07 08:39:46 +03:00
parent 46019d0141
commit 9ead86ba5e
4 changed files with 13 additions and 7 deletions

View File

@ -73,6 +73,7 @@ extern "C"
{
uint8_t i2c_address; // The i2c address of PCF8574 expander that caused the interrupt.
uint8_t gpio_number; // The GPIO that caused the interrupt.
bool gpio_level; // The GPIO level that caused the interrupt.
} zh_pcf8574_event_on_isr_t;
/**