BBBCSIO

The I2CPortEnum Enum

 

The I2CPortEnum Enum

The I2CPortEnum enum defines possible I2C ports on the Beaglebone Black.

 

Source Code

The source code for this class is available online for download and also in browseable form.

 

Syntax

    public enum I2CPortEnum
    {
        I2CPORT_NONE,
        I2CPORT_0,
        I2CPORT_1,          
        I2CPORT_2          
    }