@teastain Thank you! Exactly what I needed to know.
Another thing that bothers me: When looking at the I2C protocol in the documentation, it states the "I2C address" is RW (read write).
- I assume the Write part is in order to change the address - probably in order to include 2 joysticks at same time. Is this command stored on a non volatile memory? Or is it needed to be executed every power up?
- if 2 joysticks are connected in parallel, how is it possible to direct the command from the master to a specific one?
Of course, if the answer to 1 is yes, this can be easily done with step by step.
(or if there are jumpers on board the joystick).