File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -104,9 +104,9 @@ static const uint8_t D20 = PIN_D20;
104
104
#define LED_RED PIN_LED1
105
105
#define LED_BLUE PIN_LED1
106
106
107
- static const uint8_t LED_RGB_RED = (23 );
108
- static const uint8_t LED_RGB_GREEN = (24 );
109
- static const uint8_t LED_RGB_BLUE = (25 );
107
+ static const uint8_t LED_RGB_RED = (22 );
108
+ static const uint8_t LED_RGB_GREEN = (23 );
109
+ static const uint8_t LED_RGB_BLUE = (24 );
110
110
111
111
// Buttons
112
112
#define BUTTONS_NUMBER 2
@@ -117,24 +117,24 @@ static const uint8_t LED_RGB_BLUE = (25);
117
117
static const uint8_t BUTTON_MODE = (20 );
118
118
119
119
// Antenna
120
- #define ANTENNA_SWITCH_1 (26 )
121
- #define ANTENNA_SWITCH_2 (27 )
120
+ #define ANTENNA_SWITCH_1 (25 )
121
+ #define ANTENNA_SWITCH_2 (26 )
122
122
123
123
// NFC
124
- #define NFC1 (28 )
125
- #define NFC2 (29 )
124
+ #define NFC1 (27 )
125
+ #define NFC2 (28 )
126
126
127
127
/*
128
128
* Analog pins
129
129
*/
130
- #define PIN_A0 (30 )
131
- #define PIN_A1 (31 )
132
- #define PIN_A2 (32 )
133
- #define PIN_A3 (33 )
134
- #define PIN_A4 (34 )
135
- #define PIN_A5 (35 )
136
- #define PIN_A6 (36 )
137
- #define PIN_A7 (37 )
130
+ #define PIN_A0 (29 )
131
+ #define PIN_A1 (30 )
132
+ #define PIN_A2 (31 )
133
+ #define PIN_A3 (32 )
134
+ #define PIN_A4 (33 )
135
+ #define PIN_A5 (34 )
136
+ #define PIN_A6 (35 )
137
+ #define PIN_A7 (36 )
138
138
139
139
static const uint8_t A0 = PIN_A0 ;
140
140
static const uint8_t A1 = PIN_A1 ;
You can’t perform that action at this time.
0 commit comments