Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dpshkr/rp2040

Some RP2040 Programs
https://github.com/dpshkr/rp2040

micropython raspberry-pi-pico rp2040

Last synced: 10 days ago
JSON representation

Some RP2040 Programs

Awesome Lists containing this project

README

        

# RP2040

Some RP2040 example projects and code.

1. [ADCRP2](ADCRP2/): Micropython ADC class exclusively for RP2040 to access all the hardware features, including DMA.
2. [CORDIC](CORDIC/): Some experiments with CORDIC algorithm implementation in ARM Assembly.