File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -54,10 +54,10 @@ const static uint8_t A4 = 18;
54
54
const static uint8_t A5 = 19 ;
55
55
const static uint8_t A6 = 4 ;
56
56
const static uint8_t A7 = 6 ;
57
- const static uint8_t A8 = 9 ;
58
- const static uint8_t A9 = 10 ;
59
- const static uint8_t A10 = 12 ;
60
- const static uint8_t A11 = 8 ;
57
+ const static uint8_t A8 = 8 ;
58
+ const static uint8_t A9 = 9 ;
59
+ const static uint8_t A10 = 10 ;
60
+ const static uint8_t A11 = 12 ;
61
61
62
62
// __AVR_ATmega32U4__ has an unusual mapping of pins to channels
63
63
extern const uint8_t PROGMEM analog_pin_to_channel_PGM [];
@@ -217,10 +217,10 @@ const uint8_t PROGMEM analog_pin_to_channel_PGM[12] = {
217
217
0 , // A5 PF0 ADC0
218
218
8 , // A6 D4 PD4 ADC8
219
219
10 , // A7 D6 PD7 ADC10
220
- 12 , // A8 D9 PB5 ADC12
221
- 13 , // A9 D10 PB6 ADC13
222
- 9 , // A10 D12 PD6 ADC9
223
- 11 // A11 D8 PB4 ADC11
220
+ 11 , // A8 D8 PB4 ADC11
221
+ 12 , // A9 D9 PB5 ADC12
222
+ 13 , // A10 D10 PB6 ADC13
223
+ 9 // A11 D12 PD6 ADC9
224
224
};
225
225
226
226
#endif /* ARDUINO_MAIN */
You can’t perform that action at this time.
0 commit comments