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 = 1
Difference between two pins.
SingleEnded = 0
Simple value of a particular pin.