You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't find any way to make the nunchuck work. I made a modified test program that tested for the c button. I couldn't find any guides and so I made guesses with trial by looking at the modules. using the fallowing, it would work, but the 1 & 2 buttons acted as c & z respectively and I couldn't find a way to utilize the analog stick.
if (buttons & cwiid.NUNCHUK_BTN_C):
The text was updated successfully, but these errors were encountered:
I can't find any way to make the nunchuck work. I made a modified test program that tested for the c button. I couldn't find any guides and so I made guesses with trial by looking at the modules. using the fallowing, it would work, but the 1 & 2 buttons acted as c & z respectively and I couldn't find a way to utilize the analog stick.
if (buttons & cwiid.NUNCHUK_BTN_C):
The text was updated successfully, but these errors were encountered: