forked from mirror/uv-k5-firmware
Added extra GPIO pins.
This commit is contained in:
parent
6cafe230c2
commit
7448bd43d2
@ -36,8 +36,13 @@ enum GPIOA_PINS {
|
||||
enum GPIOB_PINS {
|
||||
GPIOB_PIN_FLASHLIGHT = 3,
|
||||
GPIOB_PIN_BACKLIGHT = 6,
|
||||
|
||||
GPIOB_PIN_ST7565_0 = 9,
|
||||
GPIOB_PIN_ST7565_1 = 11,
|
||||
GPIOB_PIN_ST7565_1 = 11, // Shared with SWD!
|
||||
|
||||
GPIOB_PIN_SWD_IO = 11, // Shared with ST7565!
|
||||
GPIOB_PIN_SWD_CLK = 14,
|
||||
|
||||
GPIOB_PIN_BK1080 = 15,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user