weensy 0.1.2

A collection of useful bits and bobs for programming the Teensy 4.1 microcontroller.
Documentation
[dependencies.embedded-hal]
version = "0.2"

[dependencies.teensy4-bsp]
version = "0.4.4"

[dependencies.weensy-proc-macro]
version = "0.1.2"

[features]
default = ["t4bsp-rt"]
embd-hal-unproven = ["embedded-hal/unproven"]
t4bsp-rt = ["teensy4-bsp/rt"]
t4bsp-usb-logging = ["teensy4-bsp/usb-logging"]

[package]
description = "A collection of useful bits and bobs for programming the Teensy 4.1 microcontroller."
edition = "2021"
homepage = "https://github.com/speelbarrow/weensy.rs"
license = "GPL-3.0"
name = "weensy"
publish = true
readme = "README.md"
repository = "https://github.com/speelbarrow/weensy.rs"
version = "0.1.2"

[package.metadata.docs.rs]
all-features = true