mholgatem / GPIOnext

The next evolution of GPioneer! Create virtual gamepads with your GPIO pins!
MIT License
134 stars 37 forks source link

Added support for SPI #86

Open joecoolish opened 7 months ago

joecoolish commented 7 months ago

Taking the work that you've done with GPIO Pins, I wanted to add support for SPI controls as well. This is an initial draft (I am not a python developer, so apologies for any odd coding practices)

joecoolish commented 7 months ago

This pull request needs to have support for both SPI disable and add SPI variables to the "SET" shell script.

RhochR commented 4 months ago

Hi, I am quite a newbie and sorry if this is a dumb question but: Could I just clone your repo instead and use the SPI bus? I want to connect an analog joystick to Retropie using a MCP3008 in between. Would that work with your repo?