ELEC2645 (2018/19) / Mbed 2 deprecated el17dg

Dependencies:   mbed

Fork of el17dg by Dmitrijs Griskovs

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