File: I2CPortEnum

Details

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

namespace BBBCSIO
{
    /// +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
    /// <summary>
    /// An enum to define the possible I2C ports on the Beaglebone Black
    /// </summary>
    /// <history>
    ///    22 Jan 15  Cynic - Originally written
    /// </history>
    public enum I2CPortEnum
    {
        I2CPORT_NONE,
        I2CPORT_0,
        I2CPORT_1,          
        I2CPORT_2          
    }
}

HTML Code Generated by CoDocker v00.90 Beta