teensy4-pins

Crates.ioteensy4-pins
lib.rsteensy4-pins
version0.3.2
sourcesrc
created_at2020-10-16 14:13:17.951502
updated_at2024-05-27 23:11:17.386673
descriptionHelpers for configuring and using a Teensy 4's pins. Part of the teensy4-rs project.
homepage
repositoryhttps://github.com/mciantyre/teensy4-rs
max_upload_size
id300647
size60,577
Ian McIntyre (mciantyre)

documentation

README

teensy4-pins

Hardware pins for the Teensy 4.0 and 4.1 boards

teensy4-pins is designed to the imxrt-iomuxc crate. The pins API constrains the processor pads to the ones that are available on the Teensy 4.0 and 4.1. It also exposes type aliases that simplify pin identification in the type system.

Note that this pin API is optional. You are free to configure the pins using the pad identifiers, instead of the physical pin identifiers. Pads are available directly from the imxrt-iomuxc crate.

See the API documentation for more information.

License: MIT OR Apache-2.0

Commit count: 593

cargo fmt