I2C_DeviceAddress Typedef

Header: #include <applibs/i2c.h>

A 7-bit or 10-bit I2C device address, which specifies the target of an I2C operation. This address must not contain additional information, such as read/write bits.

Note

Not all Azure Sphere devices support 10-bit addresses.

typedef uint I2C_DeviceAddress;