Merge remote-tracking branch 'g4klx/master'

c4fmdemod
Andy CA6JAU 2017-01-28 09:46:53 -03:00
commit 4549027e95
4 changed files with 972 additions and 907 deletions

3
.gitignore vendored 100644
View File

@ -0,0 +1,3 @@
*.o
bin/
STM32F4XX_Lib/

View File

@ -54,6 +54,9 @@
// #define STM32F4_NUCLEO_MORPHO_HEADER
// #define STM32F4_NUCLEO_ARDUINO_HEADER
// Use separate mode pins to switch external filters/bandwidth for example
// #define STM32F4_NUCLEO_MODE_PINS
// To use wider C4FSK filters for DMR, System Fusion and P25 on transmit
// #define WIDE_C4FSK_FILTERS_TX
// To use wider C4FSK filters for DMR, System Fusion and P25 on receive

840
IOSTM.cpp

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff