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:
124:2241e3a39974
Parent:
123:b0220dba8be7
Child:
127:25aea2a3f4e3
--- a/TARGET_NUCLEO_F031K6/TARGET_STM/TARGET_STM32F0/common_objects.h	Fri Aug 12 13:04:35 2016 +0200
+++ b/TARGET_NUCLEO_F031K6/TARGET_STM/TARGET_STM32F0/common_objects.h	Fri Aug 19 10:17:11 2016 +0100
@@ -45,6 +45,8 @@
     uint32_t prescaler;
     uint32_t period;
     uint32_t pulse;
+    uint8_t channel;
+    uint8_t inverted;
 };
 
 #include "gpio_object.h"