Skip to content

Instantly share code, notes, and snippets.

@wackoisgod
Created February 8, 2020 08:07
Show Gist options
  • Save wackoisgod/a96c22d5193b16303030e00d6e3f6ec3 to your computer and use it in GitHub Desktop.
Save wackoisgod/a96c22d5193b16303030e00d6e3f6ec3 to your computer and use it in GitHub Desktop.
if (turnValue <= STICK_MAX)
turnValue = 0;
ReportData->RX = ++turnValue;
ReportData->RY = turnValue;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment