34 #if defined(YGGDRASIL_PERIPHERAL_DEFS)
40 const static gpio_t LD1 = { 144 };
41 const static gpio_t LDA = LD1;
42 const static gpio_t LedBlue = LD1;
43 const static gpio_t LD2 = { 145 };
44 const static gpio_t LDB = LD2;
45 const static gpio_t LedRed = LD2;
46 const static gpio_t LD3 = { 146 };
47 const static gpio_t LDC = LD3;
48 const static gpio_t LedYellow = LD3;
49 const static gpio_t LD4 = { 147 };
50 const static gpio_t LDD = LD4;
51 const static gpio_t LedGreen = LD4;
56 const static gpio_t ButtonJoystickA = LeftJoyStickButton;
58 const static gpio_t ButtonJoystickB = RightJoyStickButton;
65 const static gpio_t DriverA = { 19 };
66 const static gpio_t LD5 = DriverA;
67 const static gpio_t LDE = DriverA;
68 const static gpio_t DriverB = { 20 };
69 const static gpio_t LD6 = DriverB;
70 const static gpio_t LDF = DriverB;
71 const static gpio_t DriverC = { 30 };
72 const static gpio_t LD7 = DriverC;
73 const static gpio_t LDG = DriverC;
74 const static gpio_t DriverD = { 31 };
75 const static gpio_t LD8 = DriverD;
76 const static gpio_t LDH = DriverD;
83 const static gpio_t SevenSegment_A = { 160 };
84 const static gpio_t SevenSegment_B = { 161 };
85 const static gpio_t SevenSegment_C = { 162 };
86 const static gpio_t SevenSegment_D = { 163 };
87 const static gpio_t SevenSegment_E = { 164 };
88 const static gpio_t SevenSegment_F = { 165 };
89 const static gpio_t SevenSegment_G = { 166 };
90 const static gpio_t SevenSegment_DP = { 167 };
92 const static gpio_t SevenSegment_Select0 = { 140 };
93 const static gpio_t SevenSegment_Select1 = { 141 };
94 const static gpio_t SevenSegment_Select2 = { 142 };
95 const static gpio_t SevenSegment_Select3 = { 143 };
103 const static gpio_t SK9822_EN = { 74 };
112 const static gpio_t TC78Mode = { 83 };
113 const static gpio_t TC78Err = { 105 };
114 const static gpio_t TC78Stby = { 138 };
121 const static i2c_t I2CA = { 1 };
122 const static i2c_t I2CB = { 3 };
123 const static i2c_t I2CC = { 4 };
124 const static i2c_t I2CD = { 0 };