MBED changes from Mathis Schmieder DB9MAT.

This commit is contained in:
Jonathan Naylor 2016-03-03 18:08:25 +00:00
parent e7334a2d7a
commit 19fd226e2b
1 changed files with 5 additions and 5 deletions

10
IO.cpp
View File

@ -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