JMotor
Loading...
Searching...
No Matches
JSwerveAngleControlLoop.h
Go to the documentation of this file.
1#ifndef JSWERVE_ANGLE_CONTROL_LOOP_H
2#define JSWERVE_ANGLE_CONTROL_LOOP_H
3// TODO: COMMENTS
5public:
6 virtual float calculate(float error);
7};
9#endif // JSWERVE_ANGLE_CONTROL_LOOP_H
Definition JSwerveAngleControlLoop.h:4
virtual float calculate(float error)