diff options
Diffstat (limited to 'docs/ChangeLog')
| -rw-r--r-- | docs/ChangeLog/20200829/PR9023.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/ChangeLog/20200829/PR9023.md b/docs/ChangeLog/20200829/PR9023.md new file mode 100644 index 000000000..79ca2cb2f --- /dev/null +++ b/docs/ChangeLog/20200829/PR9023.md | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | # Deprecation of `analogRead()` | ||
| 2 | |||
| 3 | [#9023](https://github.com/qmk/qmk_firmware/pull/9023) | ||
| 4 | |||
| 5 | 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()`. | ||
