RTC.irq()

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
Quency-D
Posts: 1
Joined: Sat Oct 12, 2019 2:07 am

RTC.irq()

Post by Quency-D » Thu Dec 12, 2019 1:49 am

I found that the esp32 had no RTC interrupt. This makes it difficult for me, because I want to do low power consumption, use RTC interrupt to wake up nodes. Is there any way to solve it? Do I need to write an RTC interrupt myself?

Post Reply