Class Mcp3001.PinDefinitions
Mcp3001 pin definition class
Assembly: Mcp3xxx.dll
View Source
public class Mcp3001.PinDefinitions : IPinDefinitions, IEnumerable<IPin>, IEnumerable
Implements:
Meadow.Hardware.IPinDefinitions
, System.Collections.Generic.IEnumerable<Meadow.Hardware.IPin>
, System.Collections.IEnumerable
Properties
ADCPrecisionBits
Analog-digital converter precision
View Source
public virtual byte ADCPrecisionBits { get; }
AllPins
Collection of pins
View Source
public IList<IPin> AllPins { get; }
Controller
Gets or sets the IPinController associated with the IPins
View Source
public IPinController? Controller { get; set; }
INPlus
Pin INPlus
View Source
public IPin INPlus { get; }
INMinus
Pin INMinus
View Source
public IPin INMinus { get; }
Methods
InitAllPins()
Pin Initialize all serial wombat pins
View Source
protected void InitAllPins()
GetEnumerator()
Get Enumerator
View Source
public IEnumerator<IPin> GetEnumerator()
Returns
System.Collections.Generic.IEnumerator<Meadow.Hardware.IPin>
Implements
Meadow.Hardware.IPinDefinitions
System.Collections.Generic.IEnumerable<Meadow.Hardware.IPin>
System.Collections.IEnumerable