micropython-ds1302-rtc icon indicating copy to clipboard operation
micropython-ds1302-rtc copied to clipboard

DS1302 RTC Clock driver for Micropython

Results 3 micropython-ds1302-rtc issues
Sort by recently updated
recently updated
newest added

I have a esp8266 with micropython on and this does not work at all , the date can not be set at all keep getting [2000, 0, 0, 0, 0,...

Could you please upload this to pypi.org so that one can easily install the package from e. g. Thonny? Thanks.

Hello, thanks for your code. I try to figure out the wiring, because some pins on my pico are already connected. In your code we read: `ds = ds1302.DS1302(Pin(5),Pin(18),Pin(19))` Which...