mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-29 10:17:15 +02:00
Adjust interrupt numbers for GPIO and Touch
This commit is contained in:
@ -22,7 +22,7 @@
|
||||
#include "soc/rtc_cntl_reg.h"
|
||||
#include "soc/sens_reg.h"
|
||||
|
||||
#define RTC_TOUCH_INUM 5
|
||||
#define RTC_TOUCH_INUM 13
|
||||
|
||||
static uint16_t __touchSleepCycles = 0x1000;
|
||||
static uint16_t __touchMeasureCycles = 0x1000;
|
||||
|
Reference in New Issue
Block a user