adafruit / Adafruit_BluefruitLE_nRF51

Arduino library for nRF51822-based Adafruit Bluefruit LE modules
197 stars 122 forks source link

add hid gamepad example #37

Open deadmoo83 opened 7 years ago

deadmoo83 commented 7 years ago

This just adds a hid gamepad example. Not sure if this code is the best way to implement it. It may not be necessary to use interrupt handlers. But I found that it performs well this way.