diff options
| author | jacqueline <me@jacqueline.id.au> | 2023-05-12 15:24:56 +1000 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2023-05-12 15:24:56 +1000 |
| commit | 785349eb5b3255d0a51ca7459531f75cb47c90ac (patch) | |
| tree | b34daab4dbe0e11b97726b6e9824c26fe2ba1a5f /src/drivers/include | |
| parent | f3d0e8f98f2111ce41e076cfc927dce5705a6042 (diff) | |
| download | tangara-fw-785349eb5b3255d0a51ca7459531f75cb47c90ac.tar.gz | |
Touchwheel works!!!!!!!
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 e55455be..2bbc8e94 100644 --- a/src/drivers/include/touchwheel.hpp +++ b/src/drivers/include/touchwheel.hpp @@ -41,6 +41,7 @@ class TouchWheel { LOW_POWER = 8, SLIDER_OPTIONS = 14, CHARGE_TIME = 15, + KEY_CONTROL_BASE = 28, }; void WriteRegister(uint8_t reg, uint8_t val); |
