Skip to content

Commit

Permalink
fix markdown table and miscapitalized word in a link
Browse files Browse the repository at this point in the history
  • Loading branch information
SpenceKonde committed Jun 1, 2023
1 parent 0e29d0b commit e23f6a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions megaavr/extras/Ref_Analog.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ In some cases the voltage determines the maximum ADC clock speed. Call analogRef
| `EXTERNAL` | - | - | 32 | 1+series only |

| tinyAVR (2-series) | Voltage | Minimum Vdd | Number | Notes |
|-----------------------------------------|---------|-------------|--------|
|-----------------------------------------|---------|-------------|--------|-------|
| `VDD` (default) | Vcc/Vdd | | 0 | VDD Ref works at 6 MHz CLK ADC! |
| `INTERNAL1V024` | 1.024 V | 2.5* V | 4 | 10-bit reading with 1.025 ref gives apx. 1 mv/ADC count |
| `INTERNAL2V048` | 2.048 V | 2.5 V | 5 | 12-bit reading with 2.048 ref gives apx. 0.5 mv/ADC count |
Expand Down Expand Up @@ -119,7 +119,7 @@ At least there's a plausible use of the DAC input: recognizing that the voltage
`?` 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.

### Measuring VDD and Temperature
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.
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.


#### Measuring VDD on 0/1-series
Expand Down

0 comments on commit e23f6a8

Please sign in to comment.