You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So far, I have already added this functionality in Commit #be88cd7 it just now needs to be tested!
You should be able to do the following:
frompysquaredimportcubesatascprint(c.time) # prints current timec.time(hours, minutes, seconds) # sets current timeprint(c.date) # returns current datec.date(year, month, day, weekday) # sets current date
Planned Features
We're adding an
rv3028.py
to the CircuitPython lib folder and folding in use of the Real Time Clock intopysquared.py
.The primary things we want it to accomplish are as follows:
Required Hardware
A FC Board V4b or higher or a BB V3b or higher is required to use the Real Time Clock.
The text was updated successfully, but these errors were encountered: