Choose the input layer intentionally
API
Reads
Affected by earlier script output?
int raw;
int working;
main {
raw = get_ival(PS5_RX);
set_val(PS5_RX, raw / 2);
working = get_val(PS5_RX); // observes the half-strength value
}Last updated

