The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.

Dependents:   hello SerialTestv11 SerialTestv12 Sierpinski ... more

mbed 2

This is the mbed 2 library. If you'd like to learn about Mbed OS please see the mbed-os docs.

Revision:
170:e95d10626187
Parent:
160:5571c4ff569f
--- a/TARGET_SAKURAIO_EVB_01/TARGET_STM/PinNamesTypes.h	Fri Jun 22 15:38:59 2018 +0100
+++ b/TARGET_SAKURAIO_EVB_01/TARGET_STM/PinNamesTypes.h	Thu Sep 06 13:39:34 2018 +0100
@@ -37,7 +37,7 @@
 #endif
 
 /*  STM PIN data as used in pin_function is coded on 32 bits as below
- *   [2:0]  Function (like in MODER reg) : Input / Output / Alt / Analog 
+ *   [2:0]  Function (like in MODER reg) : Input / Output / Alt / Analog
  *     [3]  Output Push-Pull / Open Drain (as in OTYPER reg)
  *   [5:4]  as in PUPDR reg: No Pull, Pull-up, Pull-Donc
  *   [7:6]  Reserved for speed config (as in OSPEEDR), but not used yet