AnalogInput Members
The following tables list the members exposed by the AnalogInput type.
Public Constructors
Name | Description | |
---|---|---|
![]() |
AnalogInput | Overloaded. Initializes an instance of the AnalogInput class. |
Public Properties
Name | Description | |
---|---|---|
![]() |
Offset | Gets or sets a constant factor to apply to the raw sensor reading before thw value is returned. |
![]() |
Pin | Gets the GPIO pin for the channel. |
![]() |
Precision | Gets the precision in bits for this channel. |
![]() |
Scale | Gets or sets a multiplicative factor to apply to the raw sensor reading before the value is returned. |
Public Methods
Name | Description | |
---|---|---|
![]() |
Dispose | Releases the resources used by this AnalogInput object. |
![]() |
Equals | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
Read | Reads from the analog port. |
![]() |
ReadRaw | Reads from the AnalogInput and returns the raw reading. |
![]() |
ReferenceEquals | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | Releases the resources used by this AnalogInput object before it is reclaimed by the garbage collector. |
![]() |
MemberwiseClone | (Inherited from Object.) |