I have modified the ble_app_hids_keyboard_pca10040_s132 example to enumerate as a Gamepad and Modified the GPIO so the buttons send a USB report.
I am now trying to integrate the SAADC example from /peripherals but it seems to use the new type of timer driver NRFX where as the keyboard example uses the old nrf_drv.
Am I correct in saying this?
can the two be used along side each other?
or how do I migrate this example?
or is there a better example to use that would be compatible with soft devices and the old nrf_drv?
or is there a better HIDs example that uses the new NRFX timer driver?