|
Re: Using a Keybard as a controller?
Can you be a little more specific about what you mean? There's already a keyboard on most computers, and the few tablet computers without one usually have a USB input for an external keyboard.
Are you trying to control an FRC robot using keyboard commands? You can get keyboard input in a custom Dashboard program and pass it along to the robot using either the SmartDashboard support or a custom communication scheme.
|