winter-special-projects / micropython

MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
https://micropython.org
Other
0 stars 0 forks source link

RTC support #1

Open graeme-winter opened 1 year ago

graeme-winter commented 1 year ago
>>> from machine import RTC
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: can't import name RTC

Make this not the case