Show / Hide Table of Contents
View Source

Enum MraaI2cMode

Enum reprensenting different i2c speeds/modes

Namespace:MraaSharp
Assembly:MraaSharp.dll
Syntax
public enum MraaI2cMode

Fields

View Source

I2cFast

up to 400Khz

Declaration
I2cFast = 1
Field Value
Type Description
MraaI2cMode
View Source

I2cHigh

up to 3.4Mhz

Declaration
I2cHigh = 2
Field Value
Type Description
MraaI2cMode
View Source

I2cStd

up to 100Khz

Declaration
I2cStd = 0
Field Value
Type Description
MraaI2cMode
In This Article
  • Fields
    • I2cFast
    • I2cHigh
    • I2cStd
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX