issues
search
stm32-rs
/
stm32f0xx-hal
A Rust `embedded-hal` implementation for all MCUs in the STM32 F0 family
BSD Zero Clause License
134
stars
59
forks
source link
Fix ADC Example Temperature Conversion
#168
Closed
AdinAck
closed
1 year ago
AdinAck
commented
1 year ago
Motivation
The
adc_values
example had a conversion error.
VTemp
is in 10th's of a degree, not hundredths
Change(s)
Line
82
replace
100
with
10
Motivation
adc_values
example had a conversion error.VTemp
is in 10th's of a degree, not hundredthsChange(s)
82
replace100
with10