From 6fd588e970470b15936187980829916d0dbe77bb Mon Sep 17 00:00:00 2001 From: jacqueline Date: Thu, 1 Jun 2023 15:28:32 +1000 Subject: Add touchwheel -> encoder adapter --- src/system_fsm/include/system_fsm.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/system_fsm/include') diff --git a/src/system_fsm/include/system_fsm.hpp b/src/system_fsm/include/system_fsm.hpp index 0153e403..4413f64e 100644 --- a/src/system_fsm/include/system_fsm.hpp +++ b/src/system_fsm/include/system_fsm.hpp @@ -14,6 +14,7 @@ #include "database.hpp" #include "display.hpp" #include "gpio_expander.hpp" +#include "relative_wheel.hpp" #include "samd.hpp" #include "storage.hpp" #include "tinyfsm.hpp" @@ -51,6 +52,7 @@ class SystemState : public tinyfsm::Fsm { static std::shared_ptr sSamd; static std::shared_ptr sTouch; + static std::shared_ptr sRelativeTouch; static std::shared_ptr sBattery; static std::shared_ptr sStorage; static std::shared_ptr sDisplay; -- cgit v1.2.3