The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.
Dependents: hello SerialTestv11 SerialTestv12 Sierpinski ... more
The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.
Dependents: hello SerialTestv11 SerialTestv12 Sierpinski ... more
I have tried
Serial pc(PA_9, PA_10); Serial ble(PB_6, PB_7); Serial ble(PA_2, PA_3);
only the (PA_2, PA_3) worked.