Skip to content

Commit

Permalink
Merge pull request #852 from hmeijdam/v2.0.0-devThis-is-the-head-subm…
Browse files Browse the repository at this point in the history
…it-PRs-against-this

x5 ADC_INTERNAL1V1 and ADC_GROUND were flipped
  • Loading branch information
SpenceKonde authored Sep 5, 2024
2 parents 7cdaa11 + b2856b7 commit cb5f272
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions avr/variants/tinyx5/pins_arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ static const uint8_t A3 = ADC_CH(3);
#define INTERNAL INTERNAL1V1 /* deprecated */
/* Special Analog Channels */
#define ADC_TEMPERATURE ADC_CH(0x0F)
#define ADC_INTERNAL1V1 ADC_CH(0x0D)
#define ADC_GROUND ADC_CH(0x0C)
#define ADC_INTERNAL1V1 ADC_CH(0x0C)
#define ADC_GROUND ADC_CH(0x0D)

/* Differential Analog Channels */
#define DIFF_A2_A2_1X ADC_CH(0x04)
Expand Down

0 comments on commit cb5f272

Please sign in to comment.