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

Method getOutputMin

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

Source from the content-addressed store, hash-verified

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
54

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64