Fork of the official mbed C/C++ SDK provides the software platform and libraries to build your applications. The fork has the documentation converted to Doxygen format

Dependents:   NervousPuppySprintOne NervousPuppySprint2602 Robot WarehouseBot1 ... more

Fork of mbed by mbed official

Revision:
28:667d61c9177b
Parent:
27:7110ebee3484
Child:
30:3991a86798e3
--- a/device.h	Tue Nov 29 14:59:27 2011 +0000
+++ b/device.h	Thu Dec 08 12:04:01 2011 +0000
@@ -33,9 +33,9 @@
 
 #elif defined(TARGET_LPC11U24)
 
-#define DEVICE_PORTIN 0
-#define DEVICE_PORTOUT 0
-#define DEVICE_PORTINOUT 0
+#define DEVICE_PORTIN 1
+#define DEVICE_PORTOUT 1
+#define DEVICE_PORTINOUT 1
 
 #define DEVICE_INTERRUPTIN 1
 
@@ -58,7 +58,7 @@
 
 #define DEVICE_ETHERNET 0
 
-#define DEVICE_PWMOUT 0
+#define DEVICE_PWMOUT 1
 
 #endif