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:
77:869cf507173a
Parent:
71:8fabd470bb6e
--- a/TARGET_KL25Z/PeripheralNames.h	Mon Jan 13 15:31:11 2014 +0200
+++ b/TARGET_KL25Z/PeripheralNames.h	Fri Feb 14 14:36:43 2014 +0000
@@ -23,6 +23,11 @@
 #endif
 
 typedef enum {
+    OSC32KCLK = 0,
+    RTC_CLKIN = 2
+} RTCName;
+
+typedef enum {
     UART_0 = (int)UART0_BASE,
     UART_1 = (int)UART1_BASE,
     UART_2 = (int)UART2_BASE
@@ -52,7 +57,7 @@
     PWM_10 = (2 << TPM_SHIFT) | (1)   // TPM2 CH1
 } PWMName;
 
-#define CHANNELS_A_SHIFT 5
+#define CHANNELS_A_SHIFT    5
 typedef enum {
     ADC0_SE0  =  0,
     ADC0_SE3  =  3,