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:
149:e2bfab296f20
Parent:
146:22da6e220af6
Child:
152:235179ab3f27
--- a/TARGET_NUCLEO_F746ZG/TARGET_STM/TARGET_STM32F7/TARGET_STM32F746xG/objects.h	Thu Aug 03 13:37:00 2017 +0100
+++ b/TARGET_NUCLEO_F746ZG/TARGET_STM/TARGET_STM32F7/TARGET_STM32F746xG/objects.h	Wed Aug 16 18:12:46 2017 +0100
@@ -54,12 +54,6 @@
     __IO uint32_t *reg_out;
 };
 
-struct analogin_s {
-    ADCName adc;
-    PinName pin;
-    uint8_t channel;
-};
-
 struct can_s {
     CANName can;
     int index;