File: SPIPortEnum

Details

File: SPIPortEnum.cs
Date: Thu, Mar 7, 2019
using System;

namespace BBBCSIO
{
    /// +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
    /// <summary>
    /// An enum to define the possible SPI ports on the Beaglebone Black
    /// </summary>
    /// <history>
    ///    21 Dec 14  Cynic - Originally written
    /// </history>
    public enum SPIPortEnum
    {
        SPIPORT_NONE,
        SPIPORT_0,
        SPIPORT_1          
    }
}

HTML Code Generated by CoDocker v00.90 Beta