Replies: 1 comment 4 replies
-
Not all ports implement all methods. There is a note in the documentation. About RTC, see issues #10578 and #5553 and PR #10607. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to use the machine.RTC class on an Espressif ESP32-S3-DevKitC board but it seems like the documentation (yes, the latest) describes methods that do not exist. The firmware is the latest available, 1.22.1. Here is a REPL session, using rshell:
Entering REPL. Use Control-X to exit.
MicroPython v1.22.1 on 2024-01-05; Generic ESP32S3 module with ESP32S3
Type "help()" for more information.
The same is true of the alarm() and irq() methods (and maybe others, I did not test all of them, only the ones I need).
Beta Was this translation helpful? Give feedback.
All reactions