blob: 79ca2cb2f8436e17e504de946b0936baa2cf3001 (
plain)
1
2
3
4
5
|
# Deprecation of `analogRead()`
[#9023](https://github.com/qmk/qmk_firmware/pull/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()`.
|