Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
The Driver for the PCF8563 Real-time Clock and Calendar | ||||||||
Changed: | ||||||||
< < | This is a pure MicroPython driver written by Lewis He, which can be found on https://github.com/lewisxhe/PCF8563_PythonLibrary.![]() | |||||||
> > | This is a pure MicroPython driver written by Lewis He, which can be found on https://github.com/lewisxhe/PCF8563_PythonLibrary![]() | |||||||
It is implemented as class PCF8563 with the following methods:
| ||||||||
Line: 13 to 13 | ||||||||
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
| ||||||||
Added: | ||||||||
> > | I had some difficulties with the sequence of parameters of datetime(), set_datetime() and write_all() which did not reflect the sequence returned by utime.localtime which is (year,month,date,hours,minutes,seconds,day_of_week). I therefore the parameters of these methods. Then I wrote 2 example programs:
![]() | |||||||
-- ![]() |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
The Driver for the PCF8563 Real-time Clock and Calendar | ||||||||
Changed: | ||||||||
< < | This is a pure MicroPython driver written by Lewis He which can be found on https://github.com/lewisxhe/PCF8563_PythonLibrary.![]() | |||||||
> > | This is a pure MicroPython driver written by Lewis He, which can be found on https://github.com/lewisxhe/PCF8563_PythonLibrary.![]() | |||||||
Changed: | ||||||||
< < | It is implemented as class PCF8563 with the following methods: | |||||||
> > | It is implemented as class PCF8563 with the following methods:
| |||||||
-- ![]() |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > |
The Driver for the PCF8563 Real-time Clock and CalendarThis is a pure MicroPython driver written by Lewis He which can be found on https://github.com/lewisxhe/PCF8563_PythonLibrary.![]() ![]() Comments |