make all possible functions const
This commit is contained in:
@@ -14,7 +14,7 @@ class Counter {
|
||||
void resume();
|
||||
void clear();
|
||||
|
||||
int16_t getValue();
|
||||
int16_t getValue() const;
|
||||
|
||||
void setFilterValue(uint16_t value);
|
||||
void filterEnable();
|
||||
|
||||
Reference in New Issue
Block a user