mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-01-07 05:41:58 +00:00
* Change analogRead calls to analogReadPin * Add ChangeLog * Update docs, remove mention of `analogRead()` * Retarget changelog for next round
253 B
253 B
Deprecation of analogRead()
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().