3
3
4
4
#include <stdint.h>
5
5
6
- #define USB_VID 0x239A
7
- #define USB_PID 0x80A9
6
+ #define USB_VID 0x303A
7
+ #define USB_PID 0x8001
8
8
#define USB_MANUFACTURER "Unexpected Maker"
9
- #define USB_PRODUCT "ProS2 "
9
+ #define USB_PRODUCT "TinyS2 "
10
10
#define USB_SERIAL ""
11
11
12
12
#define EXTERNAL_NUM_INTERRUPTS 46
@@ -23,12 +23,12 @@ static const uint8_t RX = 44;
23
23
static const uint8_t SDA = 8 ;
24
24
static const uint8_t SCL = 9 ;
25
25
26
- static const uint8_t SS = 34 ;
26
+ static const uint8_t SS = 14 ;
27
27
static const uint8_t MOSI = 35 ;
28
- static const uint8_t MISO = 37 ;
28
+ static const uint8_t MISO = 36 ;
29
29
static const uint8_t SDO = 35 ;
30
- static const uint8_t SDI = 37 ;
31
- static const uint8_t SCK = 36 ;
30
+ static const uint8_t SDI = 36 ;
31
+ static const uint8_t SCK = 37 ;
32
32
33
33
static const uint8_t A0 = 1 ;
34
34
static const uint8_t A1 = 2 ;
@@ -69,9 +69,10 @@ static const uint8_t T14 = 14;
69
69
static const uint8_t DAC1 = 17 ;
70
70
static const uint8_t DAC2 = 18 ;
71
71
72
- static const uint8_t LDO_2_POWER = 21 ;
72
+ static const uint8_t VBAT_SENSE = 3 ;
73
+ static const uint8_t VBUS_SENSE = 21 ;
73
74
74
- static const uint8_t APA_DATA = 40 ;
75
- static const uint8_t APA_CLK = 45 ;
75
+ static const uint8_t RGB_DATA = 1 ;
76
+ static const uint8_t RGB_PWR = 2 ;
76
77
77
78
#endif /* Pins_Arduino_h */
0 commit comments