* Switched to stable Rust instead of nightly.

* Updated to latest published version of Embassy.
* Updated to stable release of embedded-hal.
* Version bump other dependencies.
* Changed examples to use stm32 blackpill.
This commit is contained in:
Zachary Sunforge
2024-02-13 21:32:09 -08:00
parent ef7de3baad
commit 8a7e32b8ca
11 changed files with 72 additions and 84 deletions

View File

@ -1,5 +1,4 @@
#![no_std]
#![feature(async_fn_in_trait)]
pub mod transducer;