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 emulated stick values for Nunchuk and Classic Controller #114

Merged
merged 7 commits into from
Jan 20, 2020

Commits on Jan 19, 2020

  1. Configuration menu
    Copy the full SHA
    f49f896 View commit details
    Browse the repository at this point in the history
  2. Add acceleration sensor data to KPADStatus

    I have also changed the posValid type from uint8_t to int8_t because the value can be negative.
    A negative value means that the result validity is not really good.
    Crayon2000 committed Jan 19, 2020
    Configuration menu
    Copy the full SHA
    264f176 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e30f552 View commit details
    Browse the repository at this point in the history
  4. Added mask for button C and button Z on the Nunchuk

    The same mask applies to WPADButton and WPADNunchukButton.
    Crayon2000 committed Jan 19, 2020
    Configuration menu
    Copy the full SHA
    1827bc4 View commit details
    Browse the repository at this point in the history
  5. Add doxygen comments and fix typos

    Most of the comments are pretty obvious but at least it's a start.
    Crayon2000 committed Jan 19, 2020
    Configuration menu
    Copy the full SHA
    38336c2 View commit details
    Browse the repository at this point in the history
  6. Fix a copy-paste error in my last commit

    I have also added comments for VPADGetTPCalibrationParam and VPADSetTPCalibrationParam.
    Crayon2000 committed Jan 19, 2020
    Configuration menu
    Copy the full SHA
    4664fae View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2020

  1. Configuration menu
    Copy the full SHA
    a714e92 View commit details
    Browse the repository at this point in the history