stm32-rs / stm32f1xx-hal

A Rust embedded-hal HAL impl for the STM32F1 family based on japarics stm32f103xx-hal
Apache License 2.0
550 stars 173 forks source link

Add dac #483

Closed apeng2012 closed 3 months ago

apeng2012 commented 3 months ago

clone from stm32f4xx-hal

burrbull commented 3 months ago

Fix "unnecessary unsafe" warning, please.