more docs
Some checks failed
Rust/va416xx-rs/pipeline/pr-main There was a failure building this commit

This commit is contained in:
2024-09-17 12:11:54 +02:00
parent 5d8b74bf13
commit d25108f85d
8 changed files with 64 additions and 15 deletions

View File

@ -1,6 +1,5 @@
#![no_std]
#![no_main]
use cortex_m::asm;
use embassy_executor::Spawner;
use embassy_time::Timer;
use embedded_hal::digital::StatefulOutputPin;