br3ttb / Arduino-PID-AutoTune-Library

420 stars 225 forks source link

Runtime() boolean rather than int #7

Open t0mpr1c3 opened 11 years ago

t0mpr1c3 commented 11 years ago

Runtime() returns 0 or 1 currently. I suppose int might be preferable if there are plans to extend the range of return codes to include other values. If not then it might be tidier to call it boolean.