mirror of https://github.com/g4klx/MMDVM.git
Add FM LED pin definition for the Repeater Builder V4 board.
This commit is contained in:
parent
98ebefe84b
commit
0c4f49fa68
|
@ -33,6 +33,7 @@ DSTAR PB6 output
|
|||
DMR PB5 output
|
||||
YSF PB7 output
|
||||
POCSAG PC10 output
|
||||
FM PB14 output
|
||||
|
||||
RX PB0 analog input
|
||||
RSSI PB1 analog input
|
||||
|
@ -45,7 +46,6 @@ EXT_CLK PA15 input
|
|||
#define PORT_COS GPIOB
|
||||
#define RCC_Per_COS RCC_AHB1Periph_GPIOB
|
||||
|
||||
|
||||
#define PIN_PTT GPIO_Pin_12
|
||||
#define PORT_PTT GPIOB
|
||||
#define RCC_Per_PTT RCC_AHB1Periph_GPIOB
|
||||
|
@ -82,6 +82,10 @@ EXT_CLK PA15 input
|
|||
#define PORT_POCSAG GPIOC
|
||||
#define RCC_Per_POCSAG RCC_AHB1Periph_GPIOC
|
||||
|
||||
#define PIN_FM GPIO_Pin_14
|
||||
#define PORT_FM GPIOB
|
||||
#define RCC_Per_FM RCC_AHB1Periph_GPIOB
|
||||
|
||||
#define PIN_EXT_CLK GPIO_Pin_15
|
||||
#define SRC_EXT_CLK GPIO_PinSource15
|
||||
#define PORT_EXT_CLK GPIOA
|
||||
|
|
Loading…
Reference in New Issue