create I2C
Opens a I2C serial communication channel over the given pins.
pins.createI2C(undefined, undefined);
Parameters
SDA
pinSCL
pin
Return
A I2C
instance that allows to interact with the bus directly.
Opens a I2C serial communication channel over the given pins.
pins.createI2C(undefined, undefined);
SDA
pinSCL
pinA I2C
instance that allows to interact with the bus directly.