BBBCSIO

The SPIPortEnum Enum

 

The SPIPortEnum Enum

The SPIPortEnum enum defines possible SPI 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 SPIPortEnum
    {
        SPIPORT_NONE,
        SPIPORT_0,
        SPIPORT_1          
    }