aboutsummaryrefslogtreecommitdiff
path: root/docs/adc_driver.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/adc_driver.md')
-rw-r--r--docs/adc_driver.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/adc_driver.md b/docs/adc_driver.md
index 7c4e05efc..f8fb94094 100644
--- a/docs/adc_driver.md
+++ b/docs/adc_driver.md
@@ -22,7 +22,7 @@ Then place this include at the top of your code:
22 22
23### AVR 23### AVR
24 24
25|Channel|AT90USB64/128|ATmega16/32U4|ATmega32A|ATmega328P| 25|Channel|AT90USB64/128|ATmega16/32U4|ATmega32A|ATmega328/P|
26|-------|-------------|-------------|---------|----------| 26|-------|-------------|-------------|---------|----------|
27|0 |`F0` |`F0` |`A0` |`C0` | 27|0 |`F0` |`F0` |`A0` |`C0` |
28|1 |`F1` |`F1` |`A1` |`C1` | 28|1 |`F1` |`F1` |`A1` |`C1` |
@@ -39,7 +39,7 @@ Then place this include at the top of your code:
39|12 | |`B5` | | | 39|12 | |`B5` | | |
40|13 | |`B6` | | | 40|13 | |`B6` | | |
41 41
42<sup>\* The ATmega328P possesses two extra ADC channels; however, they are not present on the DIP pinout, and are not shared with GPIO pins. You can use `adc_read()` directly to gain access to these.</sup> 42<sup>\* The ATmega328/P possesses two extra ADC channels; however, they are not present on the DIP pinout, and are not shared with GPIO pins. You can use `adc_read()` directly to gain access to these.</sup>
43 43
44### ARM 44### ARM
45 45