Enum AdcChannelMode
- Namespace
- nanoFramework.GiantGecko.Adc
- Assembly
- nanoFramework.GiantGecko.Adc.dll
Describes the channel modes that the AdcController can use for input.
public enum AdcChannelMode
Fields
Differential = 1Difference between two pins.
SingleEnded = 0Simple value of a particular pin.