Expand description
Contains trait implementation for the execution of the fresh water refill
Structs§
- Water
Injection - Implementation of the WaterInjectionTrait which contains the code for executing the refill once the main control has detected that the water level is low. Thread communication is as follows:
Constants§
- MAX_
MUTEX_ 🔒ACCESS_ DURATION_ MILLIS - allow max. 10 milliseconds for mutex to be blocked by any other thread
Traits§
- Water
Injection Trait - Trait for the execution of the refill once control has detected that the water level is low. This trait allows running the main control with a mock implementation for testing.