Skip to content

Commit e23f6a8

Browse files
committed
fix markdown table and miscapitalized word in a link
1 parent 0e29d0b commit e23f6a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

megaavr/extras/Ref_Analog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ In some cases the voltage determines the maximum ADC clock speed. Call analogRef
3636
| `EXTERNAL` | - | - | 32 | 1+series only |
3737

3838
| tinyAVR (2-series) | Voltage | Minimum Vdd | Number | Notes |
39-
|-----------------------------------------|---------|-------------|--------|
39+
|-----------------------------------------|---------|-------------|--------|-------|
4040
| `VDD` (default) | Vcc/Vdd | | 0 | VDD Ref works at 6 MHz CLK ADC! |
4141
| `INTERNAL1V024` | 1.024 V | 2.5* V | 4 | 10-bit reading with 1.025 ref gives apx. 1 mv/ADC count |
4242
| `INTERNAL2V048` | 2.048 V | 2.5 V | 5 | 12-bit reading with 2.048 ref gives apx. 0.5 mv/ADC count |
@@ -119,7 +119,7 @@ At least there's a plausible use of the DAC input: recognizing that the voltage
119119
`?` The DD-series lists a "BGTEMPSENSE" option in preliminary material, but it was removed by launch. It is unclear if this was ever implemented or if it exists in the silicon.
120120

121121
### Measuring VDD and Temperature
122-
See [the example we give for very talkative implementation](../libraries/megaTinycore/examples/ReadTempVcc/ReadTempVcc.ino) and the [megaTinyCore.h library](../libraries/megaTinycore/README.md) which provides ready-to-use function calls for these measurements.
122+
See [the example we give for very talkative implementation](../libraries/megaTinyCore/examples/ReadTempVcc/ReadTempVcc.ino) and the [megaTinyCore.h library](../libraries/megaTinycore/README.md) which provides ready-to-use function calls for these measurements.
123123

124124

125125
#### Measuring VDD on 0/1-series

0 commit comments

Comments
 (0)