Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 8026

MicroPython • Re: Four Stepper motors using PIO on Pi Pico

$
0
0
Yep, sorry, I spotted it 5 minutes too late.
Thus proving once again, that as soon as one posts in public, the 'blindingly obvious' you have managed to not see, and have struggled with for ages, will inexplicably reveal itself.

Same for me, so I have no problem with others experiencing - or enduring - the same.
I wonder how many people appreciated my reference to BASIC by using the GOSUB statement.
I am afraid it didn't register for me. If you want to be perverse and get run out of town with pitchforks and burning torches ...

Code:

def gosub(f, *args): f(*args)def YeeHa(*args):  print(*args)gosub(YeeHa, "Hello world", 1, 2, 3)

Statistics: Posted by hippy — Fri Nov 07, 2025 7:29 am



Viewing all articles
Browse latest Browse all 8026

Trending Articles