stm32-rs / stm32l4xx-hal

A Hardware abstraction layer for the stm32l432xx series chips written in rust.
156 stars 103 forks source link

Add an example of using the CRC computation unit #333

Open jgerrish opened 1 year ago

jgerrish commented 1 year ago

Thank you for this HAL crate. It's been useful.

I've added an example of using the CRC computation unit to the examples directory.

It's not time critical or anything, but it might be useful to others. Let me know if you have any questions about it or changes you suggest.

Thanks and have a good weekend.