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: Settings/Settings.cpp
- Revision:
- 44:2d957de3bce3
- Parent:
- 43:d43759dbddb9
- Child:
- 69:753ba27325ce
--- a/Settings/Settings.cpp Mon May 18 10:14:27 2020 +0000
+++ b/Settings/Settings.cpp Tue May 19 12:17:33 2020 +0000
@@ -1,1 +1,14 @@
#include "Settings.h"
+
+Settings::Settings() {
+
+}
+
+Settings::~Settings() {
+
+}
+
+void Settings::init(){
+ lcd_contrast = 4;
+ control_method = false;
+}
\ No newline at end of file