Skip to content

Commit 12e5738

Browse files
ci(pre-commit): Apply automatic fixes
1 parent e7defc6 commit 12e5738

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

variants/um_feathers3neo/pins_arduino.h

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,24 @@
44
#include <stdint.h>
55
#include "soc/soc_caps.h"
66

7-
#define USB_VID 0x303A
8-
#define USB_PID 0x81FB
7+
#define USB_VID 0x303A
8+
#define USB_PID 0x81FB
99
#define USB_MANUFACTURER "Unexpected Maker"
10-
#define USB_PRODUCT "FeatherS3 Neo"
11-
#define USB_SERIAL ""
10+
#define USB_PRODUCT "FeatherS3 Neo"
11+
#define USB_SERIAL ""
1212

1313
static const uint8_t TX = 43;
1414
static const uint8_t RX = 44;
1515

1616
static const uint8_t SDA = 8;
1717
static const uint8_t SCL = 9;
1818

19-
static const uint8_t SS = 5;
20-
static const uint8_t MOSI = 35;
21-
static const uint8_t MISO = 37;
22-
static const uint8_t SDO = 35;
23-
static const uint8_t SDI = 37;
24-
static const uint8_t SCK = 36;
19+
static const uint8_t SS = 5;
20+
static const uint8_t MOSI = 35;
21+
static const uint8_t MISO = 37;
22+
static const uint8_t SDO = 35;
23+
static const uint8_t SDI = 37;
24+
static const uint8_t SCK = 36;
2525

2626
static const uint8_t A0 = 17;
2727
static const uint8_t A1 = 18;
@@ -52,13 +52,13 @@ static const uint8_t T14 = 14;
5252
static const uint8_t VBAT_SENSE = 2;
5353
static const uint8_t VBUS_SENSE = 15;
5454

55-
// User LED
55+
// User LED
5656
#define LED_BUILTIN 13
57-
#define BUILTIN_LED LED_BUILTIN // backward compatibility
57+
#define BUILTIN_LED LED_BUILTIN // backward compatibility
5858

5959
static const uint8_t RGB_DATA = 40;
6060
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API neopixelWrite()
61-
#define RGB_BUILTIN (RGB_DATA + SOC_GPIO_PIN_COUNT)
61+
#define RGB_BUILTIN (RGB_DATA + SOC_GPIO_PIN_COUNT)
6262
#define RGB_BRIGHTNESS 64
6363

6464
static const uint8_t RGB_PWR = 39;

0 commit comments

Comments
 (0)