micropython-ds1302-rtc
                                
                                 micropython-ds1302-rtc copied to clipboard
                                
                                    micropython-ds1302-rtc copied to clipboard
                            
                            
                            
                        DS1302 RTC Clock driver for Micropython
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...