Merge pull request #186 from N4IRS/master

Add POCSAG Pin for STM32-DVM
This commit is contained in:
Florian (DF2ET) 2018-07-24 12:05:24 +02:00 committed by GitHub
commit 5405395e1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -815,6 +815,7 @@ NXDN PB9 output
DSTAR PB6 output DSTAR PB6 output
DMR PB5 output DMR PB5 output
YSF PB7 output YSF PB7 output
POCSAG PC10 output
RX PB0 analog input RX PB0 analog input
RSSI PB1 analog input RSSI PB1 analog input
@ -860,6 +861,10 @@ EXT_CLK PA15 input
#define PORT_YSF GPIOB #define PORT_YSF GPIOB
#define RCC_Per_YSF RCC_AHB1Periph_GPIOB #define RCC_Per_YSF RCC_AHB1Periph_GPIOB
#define PIN_POCSAG GPIO_Pin_10
#define PORT_POCSAG GPIOC
#define RCC_Per_POCSAG 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