Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
94bbd2187a3304cd1c9ba3c28ce36fd44d52e01e
/
.
/
aos
/
externals
/
WPILib
/
WPILib
/
Interfaces
/
Potentiometer.h
blob: bda50490e56ed27f07f961c4c5f50a5b432c3940 [
file
] [
log
] [
blame
]
#ifndef
_POTENTIOMETER_H
#define
_POTENTIOMETER_H
#include
"PIDSource.h"
class
Potentiometer
:
public
PIDSource
{
public
:
virtual
double
Get
()
=
0
;
};
#endif