ac6618a162
also added the very early beginnings of an example to document how to get speed
10 lines
175 B
TOML
10 lines
175 B
TOML
[package]
|
|
name = "usbd_uac2_demo"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
lpc55-hal = "0.5.0"
|
|
lpc55-pac = "0.5.0"
|
|
usbd-uac2 = { version = "0.1.0", path = "../.." }
|