mirror of https://github.com/g4klx/MMDVM.git
MBED changes from Mathis Schmieder DB9MAT.
This commit is contained in:
parent
e7334a2d7a
commit
19fd226e2b
10
IO.cpp
10
IO.cpp
|
@ -69,11 +69,11 @@ const uint16_t RX_BUFFER_SIZE = 601U;
|
||||||
#endif
|
#endif
|
||||||
#elif defined(__MBED__)
|
#elif defined(__MBED__)
|
||||||
// A generic MBED platform
|
// A generic MBED platform
|
||||||
#define PIN_COS PC_1
|
#define PIN_COS PB_4 // D5
|
||||||
#define PIN_PTT PA_1
|
#define PIN_PTT PA_8 // D7
|
||||||
#define PIN_COSLED PB_0
|
#define PIN_COSLED PB_10 // D6
|
||||||
#define PIN_ADC PA_0
|
#define PIN_ADC PA_0 // A0
|
||||||
#define PIN_DAC PA_2
|
#define PIN_DAC PA_4 // A2
|
||||||
#else
|
#else
|
||||||
#error "Unknown hardware type"
|
#error "Unknown hardware type"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue