From 296a1fbc14f3ad16ad43edfd0d52a7fed490923c Mon Sep 17 00:00:00 2001 From: Andrew Dona-Couch Date: Wed, 5 Aug 2020 09:24:46 -0400 Subject: [PATCH] attiny85: Make differential channel names consistent --- patch/attiny85.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/patch/attiny85.yaml b/patch/attiny85.yaml index 76f6c3c27ebb9c3c2896cb34a5392e6b00149851..56e02d75ca4f7679d03a0c00e90697d7f5af9686 100644 --- a/patch/attiny85.yaml +++ b/patch/attiny85.yaml @@ -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"]