Hi All,
We would need to write a software for Joystick in Win10 64-bit OS. It is connected to Intel processor through I2C interface. I have a few queries regarding this.
I. Intel has provided I2C driver for their processor and it is written based on SPB (Checked in INF ). Intel did not provide any API document to communicate with their driver. I have checked in MSDN site but they mentioned only about driver not API. Does
Intel need to provide API details or is there any generic API which I can call to communicate with I2C device?o
II. Shall i get the data from Joystick by calling HIDClass API directly without installing any new driver if Intel driver is installed?
III. How can I expose these RAW or parsed data to screen? Do I need to give these data as mouse event? Or Do I need to write DirectInput/XInput based application?
IV. Also I need to get some GPIO button data from this Joystick and the driver is provided by Intel. If I get answers for above questions, i hope the same is applicable for GPIO also. Please advise.
Thanks,
Winraj.