MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / setOutputRange

Method setOutputRange

libraries/PID_RT/PID_RT.h:50–50  ·  view source on GitHub ↗

tune the output range, default 0..100

Source from the content-addressed store, hash-verified

48
49 // tune the output range, default 0..100
50 void setOutputRange(float rangeMin, float rangeMax) { _rangeMin = rangeMin; _rangeMax = rangeMax; };
51 float getOutputMin() { return _rangeMin; };
52 float getOutputMax() { return _rangeMax; };
53

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64