Edit

Share via


Ads1115.DeviceMode Property

Definition

ADS1115 operation mode. When set to Continuous the chip continously measures the input and the values can be read directly. If set to PowerDown the chip enters idle mode after each conversion and a new value will be requested each time a read request is performed. This is the recommended setting when frequently swapping between input channels, because a change of the channel requires a new conversion anyway.

public Iot.Device.Ads1115.DeviceMode DeviceMode { get; set; }
member this.DeviceMode : Iot.Device.Ads1115.DeviceMode with get, set
Public Property DeviceMode As DeviceMode

Property Value

Applies to