device abstract method

I2CDevice device(
  1. int address
)

Return the I2CDevice for communicating with the device at address.

Implementation

I2CDevice device(int address);