C D G O R S 
All Classes All Packages

C

clear() - Method in class org.usfirst.frc.team3487.REVDigitMXPDisplay
Clears the display by sending it four spaces.

D

displayBattery() - Method in class org.usfirst.frc.team3487.REVDigitMXPDisplay
format defaults to a DecimalFormat with pattern string "##.0V"
displayBattery(DecimalFormat) - Method in class org.usfirst.frc.team3487.REVDigitMXPDisplay
Displays current battery voltage.
displayBatterySOC() - Method in class org.usfirst.frc.team3487.REVDigitMXPDisplay
Displays the battery's State of Charge as a percentage.
displayScrollText(String, double) - Method in class org.usfirst.frc.team3487.REVDigitMXPDisplay
Sets string to scroll across display (should be called every loop of robot program)
displayText(String) - Method in class org.usfirst.frc.team3487.REVDigitMXPDisplay
Writes string to the display board

G

getAButtonPressed() - Method in class org.usfirst.frc.team3487.REVDigitMXPDisplay
returns true the first function call that the A button is pressed for.
getBButtonPressed() - Method in class org.usfirst.frc.team3487.REVDigitMXPDisplay
returns true the first function call that the B button is pressed for.
getButtonA() - Method in class org.usfirst.frc.team3487.REVDigitMXPDisplay
Get value of button A's DigitalInput.
getButtonB() - Method in class org.usfirst.frc.team3487.REVDigitMXPDisplay
Get value of button B's DigitalInput.
getDebug() - Method in class org.usfirst.frc.team3487.REVDigitMXPDisplay
Get whether or not the MXP Display is in debug mode.
getInstance() - Static method in class org.usfirst.frc.team3487.REVDigitMXPDisplay
Fetches the singleton instance of this class
getPot() - Method in class org.usfirst.frc.team3487.REVDigitMXPDisplay
Get voltage across the potentiometer.

O

org.usfirst.frc.team3487 - package org.usfirst.frc.team3487
 

R

REVDigitMXPDisplay - Class in org.usfirst.frc.team3487
Bindings for a REV Digit MXP Display wired to the MXP Port of a RoboRIO.

S

setDebug(boolean) - Method in class org.usfirst.frc.team3487.REVDigitMXPDisplay
Set whether or not the MXP Display is in debug mode.
C D G O R S 
All Classes All Packages