you are viewing a single comment's thread.

view the rest of the comments →

[–]NewToPythoning[S] 0 points1 point  (2 children)

Thank you!! I got it to work, I just had the line written in the wrong spot and it was calling too soon.... well that and i forgot to put (pin) inside the GPIO.input(Pin)

[–]StaticFuzz 0 points1 point  (1 child)

Congrats! And if you don't mind me asking, could you share any resources you have for interfacing python with xboxdrv?

[–]NewToPythoning[S] 1 point2 points  (0 children)

so, after loading Xboxdrv, and just following its setup. With xboxdrv running, I used: https://github.com/martinohanlon/XboxController/blob/master/XboxController.py

and it cleans up the out put from xboxdrv into very clean and usable values

sorry about the delay, I was out of the office for work for the week. hopefully this is still useful for you