10
10
#define USB_SERIAL "" // Empty string for MAC address
11
11
12
12
// Default USB FirmwareMSC Settings
13
- #define USB_FW_MSC_VENDOR_ID "senseBox" // max 8 chars
13
+ #define USB_FW_MSC_VENDOR_ID "senseBox" // max 8 chars
14
14
#define USB_FW_MSC_PRODUCT_ID "Eye ESP32S3" // max 16 chars
15
- #define USB_FW_MSC_PRODUCT_REVISION "1.00" // max 4 chars
16
- #define USB_FW_MSC_VOLUME_NAME "senseBox" // max 11 chars
15
+ #define USB_FW_MSC_PRODUCT_REVISION "1.00" // max 4 chars
16
+ #define USB_FW_MSC_VOLUME_NAME "senseBox" // max 11 chars
17
17
#define USB_FW_MSC_SERIAL_NUMBER 0x00000000
18
18
19
19
#define PIN_RGB_LED 45 // RGB LED
20
20
#define RGBLED_PIN 45 // RGB LED
21
- #define PIN_LED 45
21
+ #define PIN_LED 45
22
22
#define RGBLED_NUM 1 // number of RGB LEDs
23
23
24
24
// Default I2C QWIIC-Ports
@@ -28,14 +28,14 @@ static const uint8_t SCL = 1;
28
28
#define PIN_QWIIC_SCL 1
29
29
30
30
// IO Pins
31
- #define PIN_IO14 14
32
- static const uint8_t A14 = PIN_IO14 ; // Analog
33
- static const uint8_t D14 = PIN_IO14 ; // Digital
34
- static const uint8_t T14 = PIN_IO14 ; // Touch
35
- #define PIN_IO48 48
36
- static const uint8_t A48 = PIN_IO48 ; // Analog
37
- static const uint8_t D48 = PIN_IO48 ; // Digital
38
- static const uint8_t T48 = PIN_IO48 ; // Touch
31
+ #define PIN_IO14 14
32
+ static const uint8_t A14 = PIN_IO14 ; // Analog
33
+ static const uint8_t D14 = PIN_IO14 ; // Digital
34
+ static const uint8_t T14 = PIN_IO14 ; // Touch
35
+ #define PIN_IO48 48
36
+ static const uint8_t A48 = PIN_IO48 ; // Analog
37
+ static const uint8_t D48 = PIN_IO48 ; // Digital
38
+ static const uint8_t T48 = PIN_IO48 ; // Touch
39
39
40
40
// Button
41
41
#define PIN_BUTTON 47
@@ -87,4 +87,4 @@ static const uint8_t RX = 44;
87
87
#define LORA_TX 43
88
88
#define LORA_RX 44
89
89
90
- #endif /* Pins_Arduino_h */
90
+ #endif /* Pins_Arduino_h */
0 commit comments