From b76eb4b6a30f80dcc256085bc950c0118f6dbee9 Mon Sep 17 00:00:00 2001 From: Pietro Bortolus <Pietro.bortolus@skywarder.eu> Date: Fri, 14 Feb 2025 18:24:01 +0100 Subject: [PATCH] [VALVES] Initial implementation of the ValveScheduler class. This class is derived from the ActiveObject class and is supposed to be used as a template class to help schedule valves. The functions UpdateNextActionTs() and updatePosition() are supposed to be overridden since their behaviour is specific to the system using them. --- skyward-boardcore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skyward-boardcore b/skyward-boardcore index ef4e55b65..93254875b 160000 --- a/skyward-boardcore +++ b/skyward-boardcore @@ -1 +1 @@ -Subproject commit ef4e55b6575914cc021c4eb36173db9339d3a7c8 +Subproject commit 93254875ba79c70c4e1b4fb1b144a8b117337abf -- GitLab