Hi all.
With IS library it is easy to access pins using name like I0_0, I2_3 and so on.
These names correspond to certain Arduino pins number: eg. I0_0=>22, I0_1=>23.
There is a way (method, function?) to get IS pin name from Arduino number? Eg: ArduinoToIS(24) => "I0_2".
Thanks in advance.
Stefano