~ruther/avr-device

296a1fbc14f3ad16ad43edfd0d52a7fed490923c — Andrew Dona-Couch 4 years ago 660e3c0
attiny85: Make differential channel names consistent
1 files changed, 8 insertions(+), 8 deletions(-)

M patch/attiny85.yaml
M patch/attiny85.yaml => patch/attiny85.yaml +8 -8
@@ 44,14 44,14 @@ ADC:
        ADC1: [1, "Single-ended Input ADC1"]
        ADC2: [2, "Single-ended Input ADC2"]
        ADC3: [3, "Single-ended Input ADC3"]
        ADC2_ADC2_G1: [4, "Differential Inputs Positive ADC2 Negative ADC2 1x Gain"]
        ADC2_ADC2_G20: [5, "Differential Inputs Positive ADC2 Negative ADC2 20x Gain"]
        ADC2_ADC3_G1: [6, "Differential Inputs Positive ADC2 Negative ADC3 1x Gain"]
        ADC2_ADC3_G20: [7, "Differential Inputs Positive ADC2 Negative ADC3 20x Gain"]
        ADC0_ADC0_G1: [8, "Differential Inputs Positive ADC0 Negative ADC0 1x Gain"]
        ADC0_ADC0_G20: [9, "Differential Inputs Positive ADC0 Negative ADC0 20x Gain"]
        ADC0_ADC1_G1: [10, "Differential Inputs Positive ADC0 Negative ADC1 1x Gain"]
        ADC0_ADC1_G20: [11, "Differential Inputs Postive ADC0 Negative ADC1 20x Gain"]
        ADC2_ADC2_1X: [4, "Differential Inputs Positive ADC2 Negative ADC2 1x Gain"]
        ADC2_ADC2_20X: [5, "Differential Inputs Positive ADC2 Negative ADC2 20x Gain"]
        ADC2_ADC3_1X: [6, "Differential Inputs Positive ADC2 Negative ADC3 1x Gain"]
        ADC2_ADC3_20X: [7, "Differential Inputs Positive ADC2 Negative ADC3 20x Gain"]
        ADC0_ADC0_1X: [8, "Differential Inputs Positive ADC0 Negative ADC0 1x Gain"]
        ADC0_ADC0_20X: [9, "Differential Inputs Positive ADC0 Negative ADC0 20x Gain"]
        ADC0_ADC1_1X: [10, "Differential Inputs Positive ADC0 Negative ADC1 1x Gain"]
        ADC0_ADC1_20X: [11, "Differential Inputs Postive ADC0 Negative ADC1 20x Gain"]
        ADC_VBG: [12, "Internal Reference (VBG)"]
        ADC_GND: [13, "0V (GND)"]
        TEMPSENS: [15, "Temperature sensor"]

Do not follow this link