Are there any micropython examples of jmp(pin,"address")? I am struggling to get this to work.
Thanks
R
asm_pio, jmp pin. - examples?
Re: asm_pio, jmp pin. - examples?
Maybe one the these help: https://github.com/micropython/micropyt ... amples/rp2
Re: asm_pio, jmp pin. - examples?
Excellent thank you I will try those.