stm32f4xx-hal icon indicating copy to clipboard operation
stm32f4xx-hal copied to clipboard

Temperature pin in ADC file is error

Open timzaak opened this issue 3 years ago • 2 comments

https://github.com/stm32-rs/stm32f4xx-hal/blob/578921a1dbfae4231924fc912138c861fca20253/src/adc.rs#L1187

This should be 16. And I find some others are 18, same with Vbat.

https://github.com/stm32-rs/stm32f4xx-hal/blob/578921a1dbfae4231924fc912138c861fca20253/src/adc.rs#L1217 https://github.com/stm32-rs/stm32f4xx-hal/blob/578921a1dbfae4231924fc912138c861fca20253/src/adc.rs#L1307

timzaak avatar Jul 26 '21 02:07 timzaak

Can you create PR with fix?

burrbull avatar Jul 26 '21 06:07 burrbull

https://github.com/stm32-rs/stm32f4xx-hal/pull/529

lborg019 avatar Sep 09 '22 23:09 lborg019