| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-07-17 | Merge branch 'main' into type_hints | dherrada | |
| 2020-07-06 | Add license to some obvious files. | Diego Elio Pettenò | |
| 2020-07-03 | Added type hints to rtc | dherrada | |
| 2020-05-12 | Swap sphinx to autoapi and the inline stubs | Scott Shawcroft | |
| 2020-05-11 | Did rgbmatrix, rotaryio, and RTC | dherrada | |
| 2019-10-23 | Improve documentation for `rtc`. | Thea Flowers | |
| - Add examples for `rtc.RTC.datetime`. - Add type for `rtc.RTC.calibration`. - Expand on use cases for `rtc.set_time_source`. | |||
| 2018-04-16 | Add a table of contents reference to RTC | Scott Shawcroft | |
| 2018-04-16 | Add rtc module | Noralf Trønnes | |
| Add an rtc module that provides a singleton RTC class with - a datetime property to set and get time if the board supports it. - a calbration property to adjust the clock. There's also an rtc.set_time_source() method to override this RTC object using pure python. The time module gets 3 methods: - time.time() - time.localtime() - time.mktime() The rtc timesource is used to provide time to the time module. lib/timeutils is used for time conversions and thus only supports dates after 2000. | |||
