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:
65:5798e58a58b1
Parent:
64:e3affc9e7238
Child:
66:9c8f0e3462fb
--- a/TARGET_LPC1768/objects.h	Mon Aug 05 12:28:09 2013 +0300
+++ b/TARGET_LPC1768/objects.h	Mon Aug 12 13:17:46 2013 +0300
@@ -59,6 +59,7 @@
 
 struct can_s {
     LPC_CAN_TypeDef *dev;
+    int index;
 };
 
 struct i2c_s {