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.
Settings/Settings.cpp
- Committer:
- evanso
- Date:
- 2020-05-19
- Revision:
- 44:2d957de3bce3
- Parent:
- 43:d43759dbddb9
- Child:
- 69:753ba27325ce
File content as of revision 44:2d957de3bce3:
#include "Settings.h"
Settings::Settings() {
}
Settings::~Settings() {
}
void Settings::init(){
lcd_contrast = 4;
control_method = false;
}