Interface II2cChannelInfo
Represents the I2C channel information.
Assembly: Meadow.Contracts.dll
View Source
public interface II2cChannelInfo : IDigitalChannelInfo, IChannelInfo, ICommunicationChannelInfo
Properties
ChannelFunction
Gets the I2C channel function type.
View Source
I2cChannelFunctionType ChannelFunction { get; }