asm_pio, jmp pin. - examples?

RP2040 based microcontroller boards running MicroPython.
Target audience: MicroPython users with an RP2040 boards.
This does not include conventional Linux-based Raspberry Pi boards.
Post Reply
Richardm
Posts: 3
Joined: Mon Feb 08, 2021 7:11 am

asm_pio, jmp pin. - examples?

Post by Richardm » Mon Feb 08, 2021 11:24 am

Are there any micropython examples of jmp(pin,"address")? I am struggling to get this to work.

Thanks
R

User avatar
Roberthh
Posts: 3668
Joined: Sat May 09, 2015 4:13 pm
Location: Rhineland, Europe

Re: asm_pio, jmp pin. - examples?

Post by Roberthh » Mon Feb 08, 2021 11:32 am


Richardm
Posts: 3
Joined: Mon Feb 08, 2021 7:11 am

Re: asm_pio, jmp pin. - examples?

Post by Richardm » Mon Feb 08, 2021 7:57 pm

Excellent thank you I will try those.

Post Reply