Read the Raspberry Pi Pico's internal temperature sensor using a timer interrupt. Display the result using an SSD1306 OLED display.
read_sensor.init(freq = timer_freq, mode = Timer.PERIODIC, callback = read_ISR)
https://www.raspberrypi.com/documentation/microcontrollers/raspberry-pi-pico.html