forked from Akcelerometry_drgania_WMT/PI_mikrokontroler
Dodanie Captive Portal z logarytmami
This commit is contained in:
@@ -24,7 +24,7 @@ class Settings {
|
||||
// bool is1and3();
|
||||
|
||||
bool isBtnReset();
|
||||
|
||||
bool isSetClock();
|
||||
bool readBtnUp() { return digitalRead(BTN_UP) == LOW; }
|
||||
bool readBtnOk() { return digitalRead(BTN_OK) == LOW; }
|
||||
bool readBtnDown() { return digitalRead(BTN_DOWN) == LOW; }
|
||||
|
||||
Reference in New Issue
Block a user