You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However the "stm32l072" feature is not defined in Cargo.tomland appears to have been replaced:
# Legacy features (don't use those anymore)
# ...
stm32l072 = ["stm32l0x2"]
#...
# Later for example ...
mcu-STM32L072V8Tx = ["stm32l0x2", "lqfp100", "io-STM32L071", "eeprom-3072", "flash-64", "ram-20"]
m
# ...
Should I update adc.rs to use the new macros? Thanks.
The text was updated successfully, but these errors were encountered:
Hey, good catch! Yes if you don't mind updating them I'd happily accept a PR. I haven't touched this crate in a while so maybe this isn't the best way, but you could use something like this instead:
Hello everyone!
In
src/adc.rs
analog input pins are enabled based on feature macros like the following:However the "stm32l072" feature is not defined in
Cargo.toml
and appears to have been replaced:Should I update
adc.rs
to use the new macros? Thanks.The text was updated successfully, but these errors were encountered: