pico_pll_config 0.1.3

PLL configuration macro for the Raspberry Pi Pico
Documentation
[dependencies.fugit]
version = ">= 0.2"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.rp2040-hal]
version = ">= 0.5"

[dependencies.syn]
version = "2.0"

[lib]
name = "pico_pll_config"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["kromych"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["embedded", "hardware-support", "no-std", "no-std::no-alloc"]
description = "PLL configuration macro for the Raspberry Pi Pico"
edition = "2021"
homepage = "https://github.com/kromych/pico-pll-config"
keywords = ["embedded", "hal", "raspberry-pi", "rp2040", "embedded-hal"]
license = "MIT OR Apache-2.0"
name = "pico_pll_config"
readme = "Readme.md"
repository = "https://github.com/kromych/pico-pll-config"
version = "0.1.3"