Skip to content
Snippets Groups Projects
Commit 439aa92c authored by Quentin Bolsee's avatar Quentin Bolsee
Browse files

titles

parent 1f54462a
No related branches found
No related tags found
No related merge requests found
# Ring oscillator with RP2040 PIO, MicroPython implementation
# Ring oscillator with RP2040 PIO
This is a demonstration of the RP2040's PIO system, which let you run several state machines independently of the CPU. There's exactly 0 overhead and the state machines run a custom assembly language with simplified instructions.
......
# Ring oscillator with RP2040 PIO, C implementation
# Ring oscillator with RP2040 PIO, MicroPython implementation
Here is a MicroPython implementation of using the RP2040's PIO system for a [ring oscillator](https://pub.pages.cba.mit.edu/ring/). The PIO asm is a one liner:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment