https://github.com/team997coders/2019dsoperator2consolestatemanager
Deepspace operator console test harness to develop and debug operator 2 custom console class for roborio.
https://github.com/team997coders/2019dsoperator2consolestatemanager
Last synced: about 1 year ago
JSON representation
Deepspace operator console test harness to develop and debug operator 2 custom console class for roborio.
- Host: GitHub
- URL: https://github.com/team997coders/2019dsoperator2consolestatemanager
- Owner: Team997Coders
- Created: 2019-02-10T20:05:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-14T00:05:56.000Z (over 7 years ago)
- Last Synced: 2025-01-21T22:32:08.409Z (over 1 year ago)
- Language: Java
- Size: 76.2 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 2019DSOperator2ConsoleStateManager
This project implements a command line application that listens for custom
firmware joystick button clicks from the [2019DSOperator2Console](https://github.com/Team997Coders/2019DSOperator2Console)
project and pretends to be the roborio by hooking up a fakey activate command,
such that when the activate button on the custom operator console is pressed, the
command spews out the state of the console.
## To Use
1. Load firmware on a Teensy 3.5 as documented in project above.
2. You need to have buttons and LEDs connected to the Teensy as indicated within the firmware (document here for convenience.)
3. Run this application with `./gradlew run`. Observe the console when presseing the activate button. The spewed state should match the
state of the LEDs.