Skip to content

Commit

Permalink
ci(pre-commit): Apply automatic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci-lite[bot] committed Jun 6, 2024
1 parent e7defc6 commit 12e5738
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions variants/um_feathers3neo/pins_arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@
#include <stdint.h>
#include "soc/soc_caps.h"

#define USB_VID 0x303A
#define USB_PID 0x81FB
#define USB_VID 0x303A
#define USB_PID 0x81FB
#define USB_MANUFACTURER "Unexpected Maker"
#define USB_PRODUCT "FeatherS3 Neo"
#define USB_SERIAL ""
#define USB_PRODUCT "FeatherS3 Neo"
#define USB_SERIAL ""

static const uint8_t TX = 43;
static const uint8_t RX = 44;

static const uint8_t SDA = 8;
static const uint8_t SCL = 9;

static const uint8_t SS = 5;
static const uint8_t MOSI = 35;
static const uint8_t MISO = 37;
static const uint8_t SDO = 35;
static const uint8_t SDI = 37;
static const uint8_t SCK = 36;
static const uint8_t SS = 5;
static const uint8_t MOSI = 35;
static const uint8_t MISO = 37;
static const uint8_t SDO = 35;
static const uint8_t SDI = 37;
static const uint8_t SCK = 36;

static const uint8_t A0 = 17;
static const uint8_t A1 = 18;
Expand Down Expand Up @@ -52,13 +52,13 @@ static const uint8_t T14 = 14;
static const uint8_t VBAT_SENSE = 2;
static const uint8_t VBUS_SENSE = 15;

// User LED
// User LED
#define LED_BUILTIN 13
#define BUILTIN_LED LED_BUILTIN // backward compatibility
#define BUILTIN_LED LED_BUILTIN // backward compatibility

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

static const uint8_t RGB_PWR = 39;
Expand Down

0 comments on commit 12e5738

Please sign in to comment.