Add POCSAG pin defs for f767 target

This commit is contained in:
phl0 2018-07-12 07:36:44 +02:00
parent 0aea9aef38
commit d62c945887
No known key found for this signature in database
GPG Key ID: 48EA1E640798CA9A
1 changed files with 5 additions and 0 deletions

View File

@ -627,6 +627,7 @@ DMR PB4 output CN12 Pin27
YSF PB5 output CN12 Pin29 YSF PB5 output CN12 Pin29
P25 PB3 output CN12 Pin31 P25 PB3 output CN12 Pin31
NXDN PA10 output CN12 Pin33 NXDN PA10 output CN12 Pin33
POCSAG PB12 output CN12 Pin16
MDSTAR PC4 output CN12 Pin34 MDSTAR PC4 output CN12 Pin34
MDMR PC5 output CN12 Pin6 MDMR PC5 output CN12 Pin6
@ -665,6 +666,10 @@ EXT_CLK PA15 input CN11 Pin17
#define PORT_NXDN GPIOA #define PORT_NXDN GPIOA
#define RCC_Per_NXDN RCC_AHB1Periph_GPIOA #define RCC_Per_NXDN RCC_AHB1Periph_GPIOA
#define PIN_POCSAG GPIO_Pin_12
#define PORT_POCSAG GPIOB
#define RCC_Per_POCSAG RCC_AHB1Periph_GPIOB
#define PIN_DSTAR GPIO_Pin_10 #define PIN_DSTAR GPIO_Pin_10
#define PORT_DSTAR GPIOB #define PORT_DSTAR GPIOB
#define RCC_Per_DSTAR RCC_AHB1Periph_GPIOB #define RCC_Per_DSTAR RCC_AHB1Periph_GPIOB