Skip to content

Commit

Permalink
Add POCSAG pin defs for f767 target
Browse files Browse the repository at this point in the history
  • Loading branch information
phl0 committed Jul 12, 2018
1 parent 0aea9ae commit d62c945
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions IOSTM.cpp
Expand Up @@ -627,6 +627,7 @@ DMR PB4 output CN12 Pin27
YSF PB5 output CN12 Pin29
P25 PB3 output CN12 Pin31
NXDN PA10 output CN12 Pin33
POCSAG PB12 output CN12 Pin16
MDSTAR PC4 output CN12 Pin34
MDMR PC5 output CN12 Pin6
Expand Down Expand Up @@ -665,6 +666,10 @@ EXT_CLK PA15 input CN11 Pin17
#define PORT_NXDN 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 PORT_DSTAR GPIOB
#define RCC_Per_DSTAR RCC_AHB1Periph_GPIOB
Expand Down

0 comments on commit d62c945

Please sign in to comment.