]> git.donarmstrong.com Git - qmk_firmware.git/commit
Improve support and docs for ADC driver (#7191)
authorfauxpark <fauxpark@gmail.com>
Sun, 8 Dec 2019 01:11:29 +0000 (12:11 +1100)
committerGitHub <noreply@github.com>
Sun, 8 Dec 2019 01:11:29 +0000 (12:11 +1100)
commita8320f20f76782789b274f7a8c3e3ad4278a075c
treeb86b8ae732cb995dcccf5de1effa6af32149d98c
parentf275ffbdfc1cbd1965cd3546b45a7838012321da
Improve support and docs for ADC driver (#7191)

* Improve support and docs for ADC driver

* Comment ADC channels

* Move to Makers and Modders section, and fix usage instructions

* Flesh out intro

* Superscript 328P note

* Fix pin_to_mux LUT

* Support USB64/1287 as well

* analogReadPin() defaults to 0V mux on invalid pin

* Update pinToMux() function documentation

* Dot

* Accept (some of) the `qmk cformat` changes

* Do clang-format properly

* More wording tweaks

* Link to encoder docs
docs/_summary.md
docs/adc_driver.md [new file with mode: 0644]
drivers/avr/analog.c
drivers/avr/analog.h