I second the advice about protecting your inputs. Pico GPIOs are sensitive, and some basic protection (like series resistors and pull-downs) goes a long way if your buttons are wired over any distance.
And while ladder logic isn’t directly supported on the Pico, using MicroPython can give you a surprisingly simple and readable way to build logic, especially with the machine and utime libraries.
And while ladder logic isn’t directly supported on the Pico, using MicroPython can give you a surprisingly simple and readable way to build logic, especially with the machine and utime libraries.
Statistics: Posted by rasplilly — Thu Jul 31, 2025 1:52 pm