File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ static const uint8_t P16 = 5;
5656static const uint8_t P19 = 22 ;
5757static const uint8_t P20 = 21 ;
5858
59- static const uint8_t DAC1 = 26 ;
60- static const uint8_t DAC2 = 25 ;
59+ static const uint8_t DAC1 = 25 ;
60+ static const uint8_t DAC2 = 26 ;
6161
62- #endif /* Pins_Arduino_h */
62+ #endif /* Pins_Arduino_h */
Original file line number Diff line number Diff line change @@ -54,9 +54,9 @@ static const uint8_t T1 = 0;
5454static const uint8_t T2 = 2 ;
5555static const uint8_t T4 = 13 ;
5656static const uint8_t T6 = 14 ;
57- static const uint8_t T8 = 32 ;
58- static const uint8_t T9 = 33 ;
57+ static const uint8_t T8 = 33 ;
58+ static const uint8_t T9 = 32 ;
5959
60- static const uint8_t DAC2 = 25 ;
60+ static const uint8_t DAC2 = 26 ;
6161
6262#endif /* Pins_Arduino_h */
You can’t perform that action at this time.
0 commit comments