mirror of https://github.com/g4klx/MMDVM.git
Merge pull request #324 from 1tilen/master
Added PB15 to comment with pins, changed STM32F4 to STM32F7 in line 23
This commit is contained in:
commit
5b79356ddb
|
@ -20,7 +20,7 @@
|
||||||
#define _PINS_F7_STM32DVM_V5_H
|
#define _PINS_F7_STM32DVM_V5_H
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Pin definitions for STM32F4 STM32-DVM rev 5 Board:
|
Pin definitions for STM32F7 STM32-DVM rev 5 Board:
|
||||||
|
|
||||||
COS PB13 input
|
COS PB13 input
|
||||||
PTT PB12 output
|
PTT PB12 output
|
||||||
|
@ -33,6 +33,7 @@ DSTAR PB6 output
|
||||||
DMR PB5 output
|
DMR PB5 output
|
||||||
YSF PB7 output
|
YSF PB7 output
|
||||||
POCSAG PC10 output (Not Valid)
|
POCSAG PC10 output (Not Valid)
|
||||||
|
FM PB14 output
|
||||||
|
|
||||||
RX PB0 analog input
|
RX PB0 analog input
|
||||||
RSSI PB1 analog input
|
RSSI PB1 analog input
|
||||||
|
@ -45,7 +46,6 @@ EXT_CLK PA15 input
|
||||||
#define PORT_COS GPIOB
|
#define PORT_COS GPIOB
|
||||||
#define RCC_Per_COS RCC_AHB1Periph_GPIOB
|
#define RCC_Per_COS RCC_AHB1Periph_GPIOB
|
||||||
|
|
||||||
|
|
||||||
#define PIN_PTT GPIO_Pin_12
|
#define PIN_PTT GPIO_Pin_12
|
||||||
#define PORT_PTT GPIOB
|
#define PORT_PTT GPIOB
|
||||||
#define RCC_Per_PTT RCC_AHB1Periph_GPIOB
|
#define RCC_Per_PTT RCC_AHB1Periph_GPIOB
|
||||||
|
|
Loading…
Reference in New Issue