stm32-rs / bxcan

bxCAN peripheral driver for STM32 chips
Apache License 2.0
32 stars 22 forks source link

Deprecate/Remove `configure` in favor of `modify_config` #31

Closed jonas-schievink closed 3 years ago

jonas-schievink commented 3 years ago

The latter is newer and allows method chaining

jonas-schievink commented 3 years ago

Maybe this should be called .init() or something, since it enters initialization mode no, modify_config mirrors modify_filters, it's fine