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:
27:7110ebee3484
Parent:
11:1c1ebd0324fa
Child:
28:667d61c9177b
--- a/platform.h	Fri Feb 11 10:33:02 2011 +0000
+++ b/platform.h	Tue Nov 29 14:59:27 2011 +0000
@@ -1,12 +1,14 @@
 /* mbed Microcontroller Library - platform
  * Copyright (c) 2009 ARM Limited. All rights reserved.
- * sford
  */ 
  
 #ifndef MBED_PLATFORM_H
 #define MBED_PLATFORM_H
 
+#if defined(TARGET_LPC1768) || defined(TARGET_LPC2368)
 #define MBED_RPC
+#endif
+
 #define MBED_OPERATORS
 
 #endif