How can I code two Pi Picos to send/receive data accurately to 10 milliseconds a bit using LED/Photodiode pairs? I am trying to send data from one PiPico to another wirelessly. I am on a bit of a time crunch and have unsuccessfully tried getting my photodiode circuit to output the correct voltage swings to use pico’s UART pins. There
Tag: raspberry-pi-pico
MicroPython count button clicks after 5 presses
I’m trying to count button click but only after 5 clicks and after the fifth click it will print the clicks BUT starting at 1. I have the function below and when button_clicks() is called it displays and counts a 6,7,8 etc. instead 1,2,3 etc. I also needed to add another two buttons B3 and B4 that would decrease or