mirror of https://github.com/g4klx/MMDVM.git
Merge pull request #295 from n0mjs710/master
Added pin definition for FM mode LED (WA0EDA Boards)
This commit is contained in:
commit
a60ecb3e57
|
@ -33,6 +33,7 @@ DSTAR PB6 output
|
||||||
DMR PB5 output
|
DMR PB5 output
|
||||||
YSF PB7 output
|
YSF PB7 output
|
||||||
POCSAG PC10 output
|
POCSAG PC10 output
|
||||||
|
FM PC11 output
|
||||||
|
|
||||||
RX PB0 analog input
|
RX PB0 analog input
|
||||||
RSSI PB1 analog input
|
RSSI PB1 analog input
|
||||||
|
@ -82,6 +83,10 @@ EXT_CLK PA15 input
|
||||||
#define PORT_POCSAG GPIOC
|
#define PORT_POCSAG GPIOC
|
||||||
#define RCC_Per_POCSAG RCC_AHB1Periph_GPIOC
|
#define RCC_Per_POCSAG RCC_AHB1Periph_GPIOC
|
||||||
|
|
||||||
|
#define PIN_FM GPIO_Pin_11
|
||||||
|
#define PORT_FM GPIOC
|
||||||
|
#define RCC_Per_FM RCC_AHB1Periph_GPIOC
|
||||||
|
|
||||||
#define PIN_EXT_CLK GPIO_Pin_15
|
#define PIN_EXT_CLK GPIO_Pin_15
|
||||||
#define SRC_EXT_CLK GPIO_PinSource15
|
#define SRC_EXT_CLK GPIO_PinSource15
|
||||||
#define PORT_EXT_CLK GPIOA
|
#define PORT_EXT_CLK GPIOA
|
||||||
|
|
Loading…
Reference in New Issue