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:
29:078e4b97a13e
Parent:
28:667d61c9177b
--- a/PeripheralNames.h	Thu Dec 08 12:04:01 2011 +0000
+++ b/PeripheralNames.h	Fri Dec 09 12:10:12 2011 +0000
@@ -124,6 +124,13 @@
     , PWM_2
     , PWM_3
     , PWM_4
+    , PWM_5
+    , PWM_6
+    , PWM_7
+    , PWM_8
+    , PWM_9
+    , PWM_10
+    , PWM_11
 } PWMName;
 
 #endif