Help

Welcome!

This community is for professionals and enthusiasts of our products and services. Share and discuss the best content and new marketing ideas, build your professional profile and become a better marketer together.

0

M-Duino 42+ Retrive name of pins from Arduino number

Avatar
Stefano Consolaro

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

Avatar
Discard
1 Answer
0
Best Answer

Hello Stefano,

Well to know the pins that are associated to Arduino board you can have a look to the user guide (page 25), there you can see all this information. 


Thank you.

Avatar
Discard