We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
it's in the file Index.html for the code snippet for rumble
Wiimote remote; // Initialized previously remote.RumbleOn = true; // Enabled Rumble remote.SendStatusInfoRequest(); // Requests Status Report, encodes Rumble into input report Thread.Sleep(500); // Wait 0.5s remtote.RumbleOn = false; // Disabled Rumble remote.SendStatusInfoRequest(); // Requests Status Report, encodes Rumble into input report
remote is misspelled on line 6. It is spelled as "remtote"
just a small misspell I thought I might mention
The text was updated successfully, but these errors were encountered:
No branches or pull requests
it's in the file Index.html
for the code snippet for rumble
Wiimote remote; // Initialized previously
remote.RumbleOn = true; // Enabled Rumble
remote.SendStatusInfoRequest(); // Requests Status Report, encodes Rumble into input report
Thread.Sleep(500); // Wait 0.5s
remtote.RumbleOn = false; // Disabled Rumble
remote.SendStatusInfoRequest(); // Requests Status Report, encodes Rumble into input report
remote is misspelled on line 6. It is spelled as "remtote"
just a small misspell I thought I might mention
The text was updated successfully, but these errors were encountered: