Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add JOYSTICK_SERIAL_OUT system for outputting joystick data #978

Closed

Commits on Apr 24, 2024

  1. Add JOYSTICK_SERIAL_OUT system for outputting joystick data

    For consideration:
    Added new JOYSTICK_SERIAL_OUT system for outputting data via BlueRetro's serial port so that you can interface to other devices like the Arduino Pro Micro.
    
    Use Cases:
    I'm using a BlueRetro HW1 Universal adapter.  This would allow me to use the same adapter for PC removing the need to resysnc controllers when switching back and forth between consoles and PC.  With this new feature I would be able to send the data to an Arduino Pro Micro which can emulate joysticks in Windows.
    GrumpyGopher committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    d9f6997 View commit details
    Browse the repository at this point in the history
  2. Update joystick_serial_out.c

    remove invalid reference
    GrumpyGopher committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    2775159 View commit details
    Browse the repository at this point in the history