JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.usfirst.frc.team302.robot.utilities
Interface IAngleSensor
All Known Implementing Classes:
AngularEncoder
,
AngularHallEffect
public interface
IAngleSensor
This interface defines that all angle sensors will be able to tell you the angle they are at
Change Log:
Version:
version 1:
2/10/2016 -- Derek Witcpalek -- Original creation of the interface
Author:
Derek
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
double
getAngle
(double input)
This will return the angle that the sensor is reading
Method Detail
getAngle
double getAngle(double input)
This will return the angle that the sensor is reading
Parameters:
input
- what is the sensor reading?
Returns:
` angle of the sensor
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method