mirror of
https://github.com/juribeparada/MMDVM_HS.git
synced 2026-04-07 15:23:43 +00:00
Adding Pi Hat rev 0.3 support
This commit is contained in:
parent
a25a16c6ef
commit
5101ea6abd
2 changed files with 78 additions and 2 deletions
|
|
@ -46,7 +46,26 @@
|
|||
#define PIN_PTT_LED PB12
|
||||
#define PIN_COS_LED PB13
|
||||
|
||||
#elif defined(PI_HAT_7021_REV_03) || defined(ADF7021_CARRIER_BOARD)
|
||||
#elif defined(PI_HAT_7021_REV_03)
|
||||
|
||||
#define PIN_SCLK PB5
|
||||
#define PIN_SREAD PB6
|
||||
#define PIN_SDATA PB7
|
||||
#define PIN_SLE PB8
|
||||
#define PIN_CE PC14
|
||||
#define PIN_RXD PB4
|
||||
#define PIN_TXD PB3
|
||||
#define PIN_CLKOUT PA15
|
||||
#define PIN_LED PC13
|
||||
#define PIN_DEB PB9
|
||||
#define PIN_DSTAR_LED PB12
|
||||
#define PIN_DMR_LED PB13
|
||||
#define PIN_YSF_LED PB1
|
||||
#define PIN_P25_LED PB0
|
||||
#define PIN_PTT_LED PB14
|
||||
#define PIN_COS_LED PB15
|
||||
|
||||
#elif defined(ADF7021_CARRIER_BOARD)
|
||||
|
||||
#define PIN_SCLK PB5
|
||||
#define PIN_SREAD PB7
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue