From 785349eb5b3255d0a51ca7459531f75cb47c90ac Mon Sep 17 00:00:00 2001 From: jacqueline Date: Fri, 12 May 2023 15:24:56 +1000 Subject: Touchwheel works!!!!!!! --- src/drivers/include/touchwheel.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/drivers/include') 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); -- cgit v1.2.3