MetaWear C# SDK
1.2.0
C# API for MbientLab's sensor platform
|
This is the complete list of members for MbientLab.MetaWear.Peripheral.ISerialPassthrough, including all inherited members.
I2C(byte id, byte length) | MbientLab.MetaWear.Peripheral.ISerialPassthrough | |
ReadI2CAsync(byte deviceAddr, byte registerAddr, byte length) | MbientLab.MetaWear.Peripheral.ISerialPassthrough | |
ReadSPIAsync(byte length, byte slaveSelectPin, byte clockPin, byte mosiPin, byte misoPin, byte mode, SpiFrequency frequency, byte[] data=null, bool lsbFirst=true, bool useNativePins=true) | MbientLab.MetaWear.Peripheral.ISerialPassthrough | |
SPI(byte id, byte length) | MbientLab.MetaWear.Peripheral.ISerialPassthrough | |
WriteI2C(byte deviceAddr, byte registerAddr, byte[] data) | MbientLab.MetaWear.Peripheral.ISerialPassthrough | |
WriteSPI(byte slaveSelectPin, byte clockPin, byte mosiPin, byte misoPin, byte mode, SpiFrequency frequency, byte[] data, bool lsbFirst=true, bool useNativePins=true) | MbientLab.MetaWear.Peripheral.ISerialPassthrough |