Hello I'm a beginner with microcontrollers, my first project is simply to hook up a pt100 temperature sensor to my Pico to make a PID controller. I've managed to do this using circuit python and it works great but when I tried with micropython i keep getting a bad pin error. Have not been able to re...