Added RGB LEDs to PinNames.h

pull/12692/head
petroborys 2020-03-24 21:05:07 +02:00
parent 8bee5f300d
commit 3f6a48fcc8
1 changed files with 7 additions and 0 deletions

View File

@ -41,6 +41,13 @@ typedef enum {
LED3 = LED1,
LED4 = LED0,
LED0R = PH10,
LED0G = PH11,
LED0B = PH12,
LED1R = PH13,
LED1G = PH14,
LED1B = PH15,
/* Push Buttons */
SW0 = PC8,
SW1 = PC9,