Edit

Share via


AhtBase.DefaultI2cAddress Field

Definition

Address of AHT10/15/20 device (0x38). This address is fix and cannot be changed. This implies that only one device can be attached to a single I2C bus at a time.

public const int DefaultI2cAddress = 56;
val mutable DefaultI2cAddress : int
Public Const DefaultI2cAddress As Integer  = 56

Field Value

Value = 56

Applies to