You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk-fw/docs/ChangeLog/20200829/PR9023.md

253 B

Deprecation of analogRead()

#9023

This function takes Arduino pin numbers (eg. 9 vs. B5), which is at odds with the rest of the codebase. The replacement for this function is analogReadPin().