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:
143:86740a56073b
Parent:
126:abea610beb85
Child:
144:0f02307a0877
--- a/TARGET_DELTA_DFBM_NQ620/TARGET_NORDIC/TARGET_NRF5/objects.h	Wed May 10 11:31:27 2017 +0100
+++ b/TARGET_DELTA_DFBM_NQ620/TARGET_NORDIC/TARGET_NRF5/objects.h	Fri May 26 12:30:20 2017 +0100
@@ -57,9 +57,6 @@
 };
 
 struct port_s {
-    __IO uint32_t *reg_cnf;
-    __IO uint32_t *reg_out;
-    __I  uint32_t *reg_in;
     PortName port;
     uint32_t mask;
 };