stm32f3xx-hal icon indicating copy to clipboard operation
stm32f3xx-hal copied to clipboard

Support for DACs

Open dfrankland opened this issue 5 years ago • 2 comments

I just got a little speaker to test with, so I thought it might be nice to get started on support for DACs.

Example here: https://github.com/stm32-rs/stm32f0xx-hal/pull/70

dfrankland avatar Jan 06 '20 07:01 dfrankland

Gist for direct usage: https://gist.github.com/strom-und-spiele/8155f19258adfd66214d2d0aac956a43

strom-und-spiele avatar Jan 10 '20 14:01 strom-und-spiele

https://github.com/stm32-rs/stm32f3xx-hal/pull/133

David-OConnor avatar Sep 15 '20 23:09 David-OConnor

#318 implemented a minimal DAC driver

Sh3Rm4n avatar Sep 07 '22 21:09 Sh3Rm4n