summaryrefslogtreecommitdiff
path: root/src/drivers/include
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2023-05-12 15:24:56 +1000
committerjacqueline <me@jacqueline.id.au>2023-05-12 15:24:56 +1000
commit785349eb5b3255d0a51ca7459531f75cb47c90ac (patch)
treeb34daab4dbe0e11b97726b6e9824c26fe2ba1a5f /src/drivers/include
parentf3d0e8f98f2111ce41e076cfc927dce5705a6042 (diff)
downloadtangara-fw-785349eb5b3255d0a51ca7459531f75cb47c90ac.tar.gz
Touchwheel works!!!!!!!
Diffstat (limited to 'src/drivers/include')
-rw-r--r--src/drivers/include/touchwheel.hpp1
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);