Table of Contents

Enum PamojaI2cDirection

Namespace
Pamoja.Native.Interop
Assembly
Pamoja.Native.dll

Which direction an I2C transfer runs, mirroring PamojaI2cDirection in pamoja.h.

public enum PamojaI2cDirection

Fields

Read = 1

The controller reads from the device. Read/write bit 1.

Write = 0

The controller writes to the device. Read/write bit 0.