diff options
author | fauxpark <fauxpark@gmail.com> | 2019-12-08 12:11:29 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-08 12:11:29 +1100 |
commit | a8320f20f76782789b274f7a8c3e3ad4278a075c (patch) | |
tree | b86b8ae732cb995dcccf5de1effa6af32149d98c /docs/_summary.md | |
parent | f275ffbdfc1cbd1965cd3546b45a7838012321da (diff) | |
download | qmk_firmware-a8320f20f76782789b274f7a8c3e3ad4278a075c.tar.gz |
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
Diffstat (limited to 'docs/_summary.md')
-rw-r--r-- | docs/_summary.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/_summary.md b/docs/_summary.md index b6ee4a923..f6b03867f 100644 --- a/docs/_summary.md +++ b/docs/_summary.md @@ -101,6 +101,7 @@ * [Hand Wiring Guide](hand_wire.md) * [ISP Flashing Guide](isp_flashing_guide.md) * [ARM Debugging Guide](arm_debugging.md) + * [ADC Driver](adc_driver.md) * [I2C Driver](i2c_driver.md) * [WS2812 Driver](ws2812_driver.md) * [GPIO Controls](internals_gpio_control.md) |