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:
0:82220227f4fa
Child:
1:6b7f447ca868
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/LPC2300.h	Tue Apr 08 14:12:21 2008 +0000
@@ -0,0 +1,12 @@
+/* mbed Microcontroller Library - LPC2300
+ * Copyright (c) 2007-2008, sford
+ */
+ 
+#ifndef MBED_LPC2300_H
+#define MBED_LPC2300_H
+
+#include "LPC23xx.h"
+#include "LPC2300_HAL.h"
+#include "LPC2300_MAP.h"
+
+#endif