32 virtual void input(
int value);
ServoSetter(Servo *servo)
Definition: ServoSetter.cpp:13
virtual void failsafe()
Called when the source of input data is lost, and the Setter is required to fail in a safe way.
Definition: ServoSetter.cpp:34
Setter class that limits its input to between specified min and max values.
Definition: ServoSetter.h:20
virtual void input(int value)
Definition: ServoSetter.cpp:19
Virtual base class for classes that receive a value, maybe transform it and then do something with it...
Definition: Setter.h:25