Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: Logger.h
- Revision:
- 9:951b6b0bfdf8
- Parent:
- 0:cbc40e6ff273
- Child:
- 12:856286ad4cdc
--- a/Logger.h Sat Mar 09 17:01:12 2019 +0000
+++ b/Logger.h Sun Mar 10 13:42:31 2019 +0000
@@ -1,6 +1,7 @@
#pragma once
#include <mbed.h>
+#include <ctime>
class Logger {
public:
@@ -12,4 +13,5 @@
private:
bool m_logTimestamp;
+ Timer m_timer;
};