stm32/hrtim: extract into mod

This commit is contained in:
xoviat
2023-07-28 17:07:08 -05:00
parent d42dff45de
commit 28136579e9
5 changed files with 28 additions and 37 deletions

View File

@ -4,7 +4,7 @@
use defmt::*;
use embassy_executor::Spawner;
use embassy_stm32::pwm::advanced_pwm::*;
use embassy_stm32::hrtim::*;
use embassy_stm32::time::{khz, mhz};
use embassy_stm32::Config;
use embassy_time::{Duration, Timer};