diff options
| author | jacqueline <me@jacqueline.id.au> | 2023-05-02 16:01:41 +1000 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2023-05-02 16:01:41 +1000 |
| commit | ee559cd72288053e263c473a7d60c279b6bc65a1 (patch) | |
| tree | c807e4578959bb33a998f0013895c1431a082106 /src/drivers/include/touchwheel.hpp | |
| parent | 09ad66136d11909c0e6e258a8dc953f2d2b46c41 (diff) | |
| download | tangara-fw-ee559cd72288053e263c473a7d60c279b6bc65a1.tar.gz | |
Give the touchwheel a little more juice for debugging
Diffstat (limited to 'src/drivers/include/touchwheel.hpp')
| -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); |
