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.
Dependencies: mbed
Fork of el17dg by
Diff: settings/settings.h
- Revision:
- 24:0570cb4b92d7
- Child:
- 30:d454d0cb72bc
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/settings/settings.h Tue Apr 02 15:38:40 2019 +0000
@@ -0,0 +1,13 @@
+#ifndef SETTINGS_H
+#define SETTINGS_H
+
+class Settings{
+ public:
+
+ bool updateAndWriteSettings();
+
+ private:
+
+};
+
+#endif
\ No newline at end of file
