struct State {
};
{{ GENERATED_CODE }}
void evaluate(Context ctx) {
if (!isInputDirty<input_UPD>(ctx))
return;
auto pwm = getValue<input_DEV>(ctx);
pwm->setPWM(getValue<input_Pin>(ctx), 0, getValue<input_PWM>(ctx));
emitValue<output_OK>(ctx, 1);
}