aboutsummaryrefslogtreecommitdiffstats
path: root/docs/adc_driver.md
Commit message (Collapse)AuthorAgeFilesLines
* Change analogRead calls to analogReadPin (#9023)Ryan2020-08-291-21/+18
| | | | | | | | | * Change analogRead calls to analogReadPin * Add ChangeLog * Update docs, remove mention of `analogRead()` * Retarget changelog for next round
* adds support for the atmega328 (#9043)itsnoteasy2020-06-101-2/+2
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* ARM - ADC cleanup (#8385)Joel Challis2020-03-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update switch to array to allow custom values * Add adc keymap * update docs to reflect alignment of default 10 bit * start conversion to USE_ADCVn * samplerate is hella wrong...stub out for now * basic f1 and f4 functionality * Tidy up current changes * Restore old pinToMux function * Add back sample rate for supported platforms * F0 compile fixes * wordsmithery Co-Authored-By: Ryan <fauxpark@gmail.com> * Remove reference to avr only function Co-authored-by: Ryan <fauxpark@gmail.com>
* Add ADC support for STM32F3 and STM32F0 devices (#7681)Drew Mills2020-03-111-1/+104
| | | | | | | * Add ADC support for STM32F3 and STM32F0 devices * Add section about configration options available to the ARM ADC implementation * Fix STM32 typo
* Improve support and docs for ADC driver (#7191)fauxpark2019-12-081-0/+50
* 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