import ntc
from utime import sleep
import tm1637
from machine import Pin

tm = tm1637.TM1637(clk=Pin(0), dio=Pin(1))
while 1:
    temp=ntc.read_ntc()
    print(round(temp,2),"^C")
    tm.temperature(int(temp))
    sleep(0.4)

BOOTSELLED1239USBRaspberryPiPico©2020RP2-8020/21P64M15.00TTT
4-Digit Display