Hi Sr. I have been using your library recently for robotics app and it works perfectly, so i would like to use RB and LB buttons to do specifics task. Could you help me with the method to get these events.
For example to get button A I do the following:
if joy.A(): #Do something
but in case of RB and LB what is the event? I have tried with joy.RB() and joy.LB() but it isn't working
Hi Sr. I have been using your library recently for robotics app and it works perfectly, so i would like to use RB and LB buttons to do specifics task. Could you help me with the method to get these events.
For example to get button A I do the following:
if joy.A(): #Do somethingbut in case of RB and LB what is the event? I have tried with joy.RB() and joy.LB() but it isn't working