stm32-rs / stm32l0xx-hal

A hardware abstraction layer (HAL) for the STM32L0 series microcontrollers written in Rust
BSD Zero Clause License
96 stars 60 forks source link

added example temperature. #162

Closed pdgilbert closed 3 years ago

pdgilbert commented 3 years ago

This example builds but has not been tested on hardware.

hannobraun commented 3 years ago

Thanks for the pull request, @pdgilbert, looks good to me!

The Clippy build fails but the code it fails on hasn't been touched by this PR. Merging.