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

https://github.com/bschwind/rp2040-clock-calculator


https://github.com/bschwind/rp2040-clock-calculator

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# RP2040 Clock Calculator

Adjust the constants in `src/main.rs`, run with `cargo run`, and receive PLL (Phase-Locked-Loop) parameters to use when configuring the clocks on the RP2040.

Mainly used when selecting a specific PIO frequency for precise timing. This will try to give you exact integer dividers before exploring the fractional ones.