Hi,
I'm trying to create a game controller-like device to control my computer while leaning back. Game controllers themselves have limitations and I wanted to create a custom controller that used simple macro keyboard commands and a touchpad for the pointer - almost like the new playstation 4 touchpad, except that it would work for mouse on PCs/MacOS.
The touchpad is the issue. I'm currently trying the use Azoteq's IQ572 ProxSense and the input is correctly displaying. I just need to utilize that input to actually move the mouse, but there doesn't seem to be any clear examples of how to use that data input.
I'm pretty new to Arduino, if that wasn't apparent. Any and all help would be appreciated. Thanks!