Skip to content

A free-to-use Java library for FRC teams using the REV Digit MXP Display (am-3223) with their roboRIO. Runs in its own thread.

Notifications You must be signed in to change notification settings

1504/DigitBoard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

DigitBoard

A free-to-use Java library for FRC teams using the REV Digit MXP Display (am-3223) with their roboRIO. Runs in its own thread.

Info on the functions:

getInstance returns the instance of the Digit Board.

getA and getB will simply return if the button is pushed.

getALatch and getBLatch will remain true until the data is read.

getAonRisingEdge and getBOnRisingEdge is true only when the value has gone from false to true (it will only be true when the button is released).

getPotentiometer returns the value of the dial, scaled to be between 0 and 1, going up by tenths. All the way counterclockwise is 0, all the way clockwise is 1.

writeDigits will write the first four characters of a given string onto the board.

About

A free-to-use Java library for FRC teams using the REV Digit MXP Display (am-3223) with their roboRIO. Runs in its own thread.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages