File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 7
7
#define USB_VID 0x303a
8
8
#define USB_PID 0x1001
9
9
10
-
11
10
#define RGB_PIN 15
12
11
13
12
static const uint8_t LED_BUILTIN = 35 ;
14
13
#define BUILTIN_LED LED_BUILTIN // backward compatibility
15
14
#define LED_BUILTIN LED_BUILTIN // allow testing #ifdef LED_BUILTIN
16
15
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbLedWrite()
17
- #define RGB_BUILTIN RGB_PIN
16
+ #define RGB_BUILTIN RGB_PIN
18
17
19
18
static const uint8_t TX = 39 ;
20
19
static const uint8_t RX = 40 ;
@@ -33,8 +32,8 @@ static const uint8_t D10_OUT_PIN = 10;
33
32
34
33
static const uint8_t TOUCH_PIN = 13 ;
35
34
36
- static const uint8_t TRIG_PIN = 5 ; // GPIO connected to HC-SR04 TRIG
37
- static const uint8_t ECHO_PIN = 6 ; // GPIO connected to HC-SR04 ECHO
35
+ static const uint8_t TRIG_PIN = 5 ; // GPIO connected to HC-SR04 TRIG
36
+ static const uint8_t ECHO_PIN = 6 ; // GPIO connected to HC-SR04 ECHO
38
37
39
38
static const uint8_t latchPin = 34 ;
40
39
static const uint8_t clockPin = 47 ;
@@ -52,4 +51,4 @@ static const uint8_t S1pin = 37;
52
51
static const uint8_t S2pin = 38 ;
53
52
static const uint8_t S3pin = 14 ;
54
53
55
- #endif /* Pins_Arduino_h */
54
+ #endif /* Pins_Arduino_h */
You can’t perform that action at this time.
0 commit comments