from utime import sleep
import tm1637
from machine import Pin
tm = tm1637.TM1637(clk=Pin(2), dio=Pin(3))
while 1:
tm.number(9999)
from utime import sleep
import tm1637
from machine import Pin
tm = tm1637.TM1637(clk=Pin(2), dio=Pin(3))
while 1:
tm.number(9999)