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:
170:e95d10626187
Parent:
169:a7c7b631e539
Child:
172:65be27845400
--- a/drivers/LowPowerTicker.h	Fri Jun 22 15:38:59 2018 +0100
+++ b/drivers/LowPowerTicker.h	Thu Sep 06 13:39:34 2018 +0100
@@ -35,10 +35,12 @@
 class LowPowerTicker : public Ticker, private NonCopyable<LowPowerTicker> {
 
 public:
-    LowPowerTicker() : Ticker(get_lp_ticker_data()) {
+    LowPowerTicker() : Ticker(get_lp_ticker_data())
+    {
     }
 
-    virtual ~LowPowerTicker() {
+    virtual ~LowPowerTicker()
+    {
     }
 };