Endpoint - PIN Numbers - Port Z - Port J

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?

I was wrong, that is a bug :d. Endpoint doesn’t have PortJ and portK, so PortZ come right after port I

1 Like