IIC interface versus I2C communication

As i am trying to connect the motor shield with the HUSKYLENS,
but as i am confusing whether i can connect the I2C communication with the IIC interface
my question is:
1. is it the same with IIC interface withe the I2C communicaiton
2.it works? when i connect the HUSKYLENS'S 4 pin to the 4 pin of IIC interface(D,C,G,V)
as the original I2C pin was (5v,GND, SCL, SDA)
Motor Shield Pins: D C G V
HuskyLens Pins: T R - +
HuskyLens Cable: green blue black red
connect them as they are shown above matching the cable colors.

"IIC" and "I2C" generally refer to the same protocol — Inter-Integrated Circuit communication.
"IIC" is just an alternative abbreviation, often used on some modules or shields.
The standard and correct abbreviation is I²C or I2C.
So if your motor shield has an IIC interface, it's likely just another way of saying "I2C interface".
