pamoja for TypeScript - v0.1.17
    Preparing search index...

    Function i2cAddressFrame

    • Returns the address bytes a controller puts on the bus for a transfer.

      A 7-bit address frames as the single byte (address << 1) | r/w; a 10-bit one frames as two, the reserved 11110 prefix carrying the top two bits and the read/write bit, then the low eight.

      Parameters

      • address: number
      • tenBit: boolean
      • read: boolean

      Returns Buffer