|
MetaWear C# SDK
1.2.0
C# API for MbientLab's sensor platform
|
Data producer representing data from the I2C bus More...
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< IRoute > | AddRouteAsync (Action< IRouteComponent > builder) |
| Adds a data route to the producer More... | |
Data producer representing data from the I2C bus
| void MbientLab.MetaWear.Peripheral.SerialPassthrough.II2CDataProducer.Read | ( | byte | deviceAddr, |
| byte | registerAddr | ||
| ) |
Read data via the I2C bus
| deviceAddr | Device to read from |
| registerAddr | Device's register to read |
1.8.14