Add interrupt pin configuration for DIO1_PIN in llcc68
This commit is contained in:
@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user