From 19fd226e2b813f4c1a44326dc30186d94374738c Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Thu, 3 Mar 2016 18:08:25 +0000 Subject: [PATCH] MBED changes from Mathis Schmieder DB9MAT. --- IO.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/IO.cpp b/IO.cpp index 5ed3cdf..51029ab 100644 --- a/IO.cpp +++ b/IO.cpp @@ -69,11 +69,11 @@ const uint16_t RX_BUFFER_SIZE = 601U; #endif #elif defined(__MBED__) // A generic MBED platform -#define PIN_COS PC_1 -#define PIN_PTT PA_1 -#define PIN_COSLED PB_0 -#define PIN_ADC PA_0 -#define PIN_DAC PA_2 +#define PIN_COS PB_4 // D5 +#define PIN_PTT PA_8 // D7 +#define PIN_COSLED PB_10 // D6 +#define PIN_ADC PA_0 // A0 +#define PIN_DAC PA_4 // A2 #else #error "Unknown hardware type" #endif