Interface I2CAPI

All Known Implementing Classes:
I2CFFM, I2CJNI

public interface I2CAPI
I2C native API
Author:
pquiring
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    i2cRead(byte[] data, int length)
     
    boolean
    i2cSetSlave(int addr)
     
    boolean
     
    boolean
    i2cWrite(byte[] data, int length)
     
  • Method Details

    • i2cSetup

      boolean i2cSetup()
    • i2cSetSlave

      boolean i2cSetSlave(int addr)
    • i2cWrite

      boolean i2cWrite(byte[] data, int length)
    • i2cRead

      int i2cRead(byte[] data, int length)