MetaWear C# SDK  1.2.0
C# API for MbientLab's sensor platform
Public Member Functions | List of all members
MbientLab.MetaWear.Peripheral.SerialPassthrough.II2CDataProducer Interface Reference

Data producer representing data from the I2C bus More...

Inheritance diagram for MbientLab.MetaWear.Peripheral.SerialPassthrough.II2CDataProducer:
MbientLab.MetaWear.IDataProducer

Public Member Functions

void Read (byte deviceAddr, byte registerAddr)
 Read data via the I2C bus More...
 
- Public Member Functions inherited from MbientLab.MetaWear.IDataProducer
Task< IRouteAddRouteAsync (Action< IRouteComponent > builder)
 Adds a data route to the producer More...
 

Detailed Description

Data producer representing data from the I2C bus

Member Function Documentation

◆ Read()

void MbientLab.MetaWear.Peripheral.SerialPassthrough.II2CDataProducer.Read ( byte  deviceAddr,
byte  registerAddr 
)

Read data via the I2C bus

Parameters
deviceAddrDevice to read from
registerAddrDevice's register to read

The documentation for this interface was generated from the following file: