arduino industrial 101 pinout

Hi
I have some questions to the schematic of Arduino Industrial.
It shows a display connection line names instead of generic pinouts.
Am i able to use a I2C somewere there? The blockdiagram in the begining of the PDF shows that as connectiontype to the dispaly. I wold like to use a adafruit currentmeter instead of a display...
the schematic of Arduino Industrial
My pinout drawing in the attachment..
Thanks for a sugetion how to connect.

You might try D2 = SDA and D3 = SCL.

novski:
Hi
I have some questions to the schematic of Arduino Industrial.
It shows a display connection line names instead of generic pinouts.
Am i able to use a I2C somewere there? The blockdiagram in the begining of the PDF shows that as connectiontype to the dispaly. I wold like to use a adafruit currentmeter instead of a display...
the schematic of Arduino Industrial
My pinout drawing in the attachment..
Thanks for a sugetion how to connect.

You do realize that the Arduino 101 and the Arduino industrial 101 are two completely different boards.
The Arduino industrial 101 is a striped down Arduino Yun.

Thank you.

avr_fred:
You might try D2 = SDA and D3 = SCL.
https://www.arduino.cc/en/Hacking/PinMapping32u4

The Techsheet seams to have goten an upate and now has a note about I2C:

The ATmega32U4 also supports I2C (TWI) and SPI communication. The Arduino software includes a Wire library to simplify use of the I2C bus. For SPI communication, use the SPI library.

The name TWI does not apear in the pinouts in this image:


Instead D2/3 it is labled as "OLED" do you think its the right way to connect?
The schematic shows a small IC inbetween D2/3 and the pinout OLED-2/3 (its on the last page)

LINK

thanks a lot for a estimation...