main.cpp: corrections comments
This commit is contained in:
parent
f283758649
commit
58a9e61ade
@ -61,8 +61,10 @@ irqHandlerTask (Core 1), see irqhandler.cpp
|
|||||||
|
|
||||||
fired by hardware
|
fired by hardware
|
||||||
DisplayIRQ -> esp32 timer 0
|
DisplayIRQ -> esp32 timer 0
|
||||||
ButtonIRQ -> external gpio
|
CLOCKIRQ -> esp32 timer 1 or external GPIO (RTC_INT or GPS_INT)
|
||||||
PMUIRQ -> PMU chip gpio
|
MatrixDisplayIRQ-> esp32 timer 3
|
||||||
|
ButtonIRQ -> external GPIO
|
||||||
|
PMUIRQ -> PMU chip GPIO
|
||||||
|
|
||||||
fired by software (Ticker.h)
|
fired by software (Ticker.h)
|
||||||
TIMESYNC_IRQ -> setTimeSyncIRQ()
|
TIMESYNC_IRQ -> setTimeSyncIRQ()
|
||||||
|
Loading…
Reference in New Issue
Block a user