Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dpshkr/rp2040
- Owner: dpshkr
- License: mit
- Created: 2024-05-25T19:51:42.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-29T19:48:28.000Z (5 months ago)
- Last Synced: 2024-10-11T22:22:27.499Z (about 1 month ago)
- Topics: micropython, raspberry-pi-pico, rp2040
- Language: Python
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.