3 #ifndef _NONLINEARCONTROL_h
4 #define _NONLINEARCONTROL_h
6 #if defined(ARDUINO) && ARDUINO >= 100
12 #if defined(ARDUINO) && ARDUINO >= 100
int calculateSpeedDif(int refSpeed)
Calculates the speed reduction to be applied.
Definition: NonLinearControl.cpp:9
Definition: NonLinearControl.h:18
void init()
sets the error to 0
Definition: NonLinearControl.cpp:4
int _error
the diference of the detected line to the center of the line sensor
Definition: NonLinearControl.h:21