The following constant represents a port/pin combination (pseudo code):
EPM815.Gpio.Pin.PF2:
portNumber = EPM815.Gpio.Pin.PF2 / 16;
pinNumber = EPM815.Gpio.Pin.PF2 % 16;
Are pins of port PJ1…7 and PZ1…7 identical?
Example:
I2C5 value for SDA/SCL 149 and 148, identical port/pins PJ4/5 and PZ4/5?