This commit is contained in:
Robert Schauklies 2026-01-15 23:01:35 +01:00
parent 7791c55969
commit 5f9e718f86
6 changed files with 177 additions and 62 deletions

View file

@ -7,7 +7,7 @@
)]
use core::fmt::Write;
use alloc::string::ToString;
use esp_hal::uart::{self, Config, Uart};
use esp_hal::uart::{Config, Uart};
use esp_hal::clock::CpuClock;
use esp_hal::delay::Delay;
@ -171,7 +171,6 @@ fn main() -> ! {
// pwm_pin.set_timestamp(1000);
// Timer::after_millis(1000).await;
// }
loop {
rprintln!("Hello world!");
delay.delay_millis(3000);