dmadison / ArduinoXInput

XInput library for USB capable Arduino boards
http://www.partsnotincluded.com/arduino-xinput-library/
MIT License
361 stars 61 forks source link

Using along with other libraries #93

Closed a-1500 closed 9 months ago

a-1500 commented 9 months ago

I was wondering if It would work with other libraries. For example the iqs5xx.cpp/.h to use an i2c touchpad. And also can I use the buttons in a matrix

dmadison commented 9 months ago

Yes, you can use this along with any other libraries as long as they are not USB device libraries (Mouse, Keyboard, MIDI, etc.).