David-OConnor / stm32-hal

This library provides access to STM32 peripherals in Rust.
MIT License
147 stars 44 forks source link

Added support for Comparator #83

Closed ecyht2 closed 1 year ago

ecyht2 commented 1 year ago

This is a pull request implementing #78. Currently I only allow l4 series to use the module but I think other MCU might also have it.

David-OConnor commented 1 year ago

Great stuff! And I appreciate the detailed comments. Merging, then will adapt to other variants A/R. Thanks!