LRAUV  revA
EZServoPIDIF.h
Go to the documentation of this file.
1 
11 // Config settings shared by all except Mass:
12 static const ConfigURI PID_W_CFG( NAME, "pidW", Units::COUNT ); // Proportional gain
13 static const ConfigURI PID_X_CFG( NAME, "pidX", Units::COUNT ); // Integral gain
14 static const ConfigURI PID_Y_CFG( NAME, "pidY", Units::COUNT ); // Differential gain
static const BaseUnit COUNT
Definition: Units.h:228
Definition: ElementURI.h:166