I have a Arduino nano IO shield with screw connectors and I want to use it with pi pico . The problem is that pico and nano have different width and thus pico doesn't fit in Arduino Nano's shield.
The reason I want to do this is because I searched a lot but can't find any IO shield or even cnc...
I am trying to get 2 stepper motors to run at 2 seperate (and changing) speeds on a rpi pico. the pico will also be doing other things (like reading inputs) along side this. the only way I know to control the speed of a motor is using the time.sleep (see code below function between pulses...