******************************** printTimTemp_pico.txt ******************************** BY: D@CC ON: 2022EMay30 import machine from machine import * import utime in MicroPython reads temp from machine.ADC(0) This is the core temperature converts it to volts converts it to tempNow sleeps for 2 seconds prints time_elapsed & temp repeats Functions Used: --------------- ADC() time() ADC.CORE_TEMP read_u16() read_u16() sleep() ************************************************************* /printTimTemp_pico.txt