diff options
Diffstat (limited to 'src/drivers/include')
| -rw-r--r-- | src/drivers/include/touchwheel.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/include/touchwheel.hpp b/src/drivers/include/touchwheel.hpp index 3dfa182b..fae4b237 100644 --- a/src/drivers/include/touchwheel.hpp +++ b/src/drivers/include/touchwheel.hpp @@ -40,6 +40,7 @@ class TouchWheel { RESET = 0x7, LOW_POWER = 0x8, SLIDER_OPTIONS = 0x14, + CHARGE_TIME = 0x15, }; void WriteRegister(uint8_t reg, uint8_t val); |
