stm32-rs / stm32l4xx-hal

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

L47x/L48x adc temperature #258

Closed Crzyrndm closed 2 years ago

Crzyrndm commented 2 years ago

response to #257 This is not ready for merge until some way of identifying L47/L48 targets is available. The vref calibration and startup delays could be separated if device feature gates are not a short term resolution

Crzyrndm commented 2 years ago

fixed the example, pushed the calibration temperature back to 130*C pending feature gating (so other feature can be merged)

korken89 commented 2 years ago

Looks good, thanks for fixing!