Add interrupt pin configuration for DIO1_PIN in llcc68

This commit is contained in:
2025-05-14 12:34:19 +08:00
parent d24d9d5dda
commit 162dbad6e1
2 changed files with 11 additions and 2 deletions

View File

@ -26,6 +26,9 @@ constexpr auto RST_PIN = NC_PIN;
constexpr auto DIO1_PIN = GPIO_NUM_NC;
constexpr auto DIO2_PIN = NC_PIN;
constexpr auto DIO3_PIN = NC_PIN;
/// @brief the pin numbers that needs to be configured as interrupt
constexpr gpio_num_t EXTI_PIN[] = {DIO1_PIN};
}
#endif /* B0CD865F_D860_44B7_B289_4F512C770D2B */