Table of Contents

Enum I2cAddress

Namespace
Iot.Device.Ads1115
Assembly
Iot.Device.Ads1115.dll

ADS1115 I2C Address Setting.

public enum I2cAddress

Fields

GND = 72

ADDR Pin connect to GND.

SCL = 75

ADDR Pin connect to SCL.

SDA = 74

ADDR Pin connect to SDA.

VCC = 73

ADDR Pin connect to VCC.