diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2020-08-27 14:23:22 -0700 |
---|---|---|
committer | James Young <18669334+noroadsleft@users.noreply.github.com> | 2020-08-29 14:30:02 -0700 |
commit | c56b9a1ce97e415b90a0e8d32d84f7799c84bed5 (patch) | |
tree | 71972d19dcc2f69e9eda3fbc7276a70c380e3769 /docs/ChangeLog/20200829/PR9023.md | |
parent | bdd8d2679ba74715b38f958b071fd57eaf092b9d (diff) |
Add ChangeLog for 2020 Aug 29 Breaking Changes
Diffstat (limited to 'docs/ChangeLog/20200829/PR9023.md')
-rw-r--r-- | docs/ChangeLog/20200829/PR9023.md | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/ChangeLog/20200829/PR9023.md b/docs/ChangeLog/20200829/PR9023.md deleted file mode 100644 index 79ca2cb2f8..0000000000 --- a/docs/ChangeLog/20200829/PR9023.md +++ /dev/null @@ -1,5 +0,0 @@ -# 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()`. |