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 77#define USB_VID 0x303a
88#define USB_PID 0x1001
99
10-
1110#define RGB_PIN 15
1211
1312static const uint8_t LED_BUILTIN = 35 ;
1413#define BUILTIN_LED LED_BUILTIN // backward compatibility
1514#define LED_BUILTIN LED_BUILTIN // allow testing #ifdef LED_BUILTIN
1615// 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
1817
1918static const uint8_t TX = 39 ;
2019static const uint8_t RX = 40 ;
@@ -33,8 +32,8 @@ static const uint8_t D10_OUT_PIN = 10;
3332
3433static const uint8_t TOUCH_PIN = 13 ;
3534
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
3837
3938static const uint8_t latchPin = 34 ;
4039static const uint8_t clockPin = 47 ;
@@ -52,4 +51,4 @@ static const uint8_t S1pin = 37;
5251static const uint8_t S2pin = 38 ;
5352static const uint8_t S3pin = 14 ;
5453
55- #endif /* Pins_Arduino_h */
54+ #endif /* Pins_Arduino_h */
You can’t perform that action at this time.
0 commit comments