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:
132:9baf128c2fab
Parent:
130:d75b3fe1f5cb
Child:
135:176b8275d35d
--- a/TARGET_NUCLEO_F429ZI/TARGET_STM/TARGET_STM32F4/common_objects.h	Thu Dec 15 11:17:48 2016 +0000
+++ b/TARGET_NUCLEO_F429ZI/TARGET_STM/TARGET_STM32F4/common_objects.h	Tue Dec 20 15:36:52 2016 +0000
@@ -78,7 +78,6 @@
     PinName pin_ssel;
 #ifdef DEVICE_SPI_ASYNCH
     uint32_t event;
-    uint8_t module;
     uint8_t transfer_type;
 #endif
 };
@@ -92,6 +91,7 @@
     I2CName  i2c;
     I2C_HandleTypeDef handle;
     uint8_t index;
+    int hz;
     PinName sda;
     PinName scl;
     IRQn_Type event_i2cIRQ;