recalbox / mk_arcade_joystick_rpi

Raspberry PI kernel module for arcade joystick on GPIO and MCP23017
GNU General Public License v2.0
200 stars 120 forks source link

Updated /dev/i2c-0 support + i2c0, i2c1 parameters #83

Closed comac2k closed 1 year ago

comac2k commented 1 year ago

This is an update to the timers setup code of the @mcspaeth fork so it builds in recent kernels again.

mcspaeth fork allows to selectively use gpio / i2c0 / i2c1 using different kernel parameters (backward compatible with the previous single parameter). This allows to free up i2c pins if they're not needed. Some extension modules for rpi make use of this to have DPI rgb output + audio + gpio extenders via i2c0 all enabled at the same time.

digitalLumberjack commented 1 year ago

Thanks :)