Package ca.team3161.lib.robot.sensors
Class RightSight
- java.lang.Object
-
- edu.wpi.first.wpilibj.DigitalSource
-
- edu.wpi.first.wpilibj.DigitalInput
-
- ca.team3161.lib.robot.sensors.RightSight
-
- All Implemented Interfaces:
edu.wpi.first.util.sendable.Sendable
,java.lang.AutoCloseable
public class RightSight extends edu.wpi.first.wpilibj.DigitalInput
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
inverted
-
Constructor Summary
Constructors Constructor Description RightSight(int channel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
get()
void
setInverted(boolean inverted)
-