Now you can download a copy of these docs so you can use them offline! Download now
Potentiometer.h
1 #ifndef _POTENTIOMETER_H
2 #define _POTENTIOMETER_H
3 
4 #include "PIDSource.h"
5 
6 class Potentiometer : public PIDSource {
7 public:
8  virtual double Get() = 0;
9 };
10 
11 #endif

Generated on Sat Apr 26 2014 12:26:45 for WPILibC++ by doxygen 1.8.6