Interfacing LMP91000EVM with Arduino DUE

I want to interface and read data from the evaluation board LMP91000EVM using Arduion DUE via I2C communication.

Trying to build a standalone device to perform cyclic voltametry and display result on lcd interfaced with arduino.

There are library files also avialable in github with test code but there is no data on how it is connected.

So I2C, that part sounds simple?

Looking at some of the source code, you need (what I think is) an enable pin as well. From controller.ino

GasSensor sensor0(0, 10);

The second argument is the enable pin.

Above based on source code, no practical experience; e.g. the eval board might have different requirements from the sensor itself.