From ee559cd72288053e263c473a7d60c279b6bc65a1 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Tue, 2 May 2023 16:01:41 +1000 Subject: Give the touchwheel a little more juice for debugging --- 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 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); -- cgit v1.2.3