We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6c181e commit 1670a01Copy full SHA for 1670a01
System.Device.I2c/I2cBusSpeed.cs
@@ -19,6 +19,11 @@ public enum I2cBusSpeed
19
/// <summary>
20
/// A fast speed of 400 kHz.
21
/// </summary>
22
- FastMode
+ FastMode,
23
+
24
+ /// <summary>
25
+ /// A super fast speed of 1 MHz.
26
+ /// </summary>
27
+ FastModePlus
28
}
29
System.Device.I2c/Properties/AssemblyInfo.cs
@@ -17,7 +17,7 @@
17
18
////////////////////////////////////////////////////////////////
// update this whenever the native assembly signature changes //
-[assembly: AssemblyNativeVersion("100.0.0.1")]
+[assembly: AssemblyNativeVersion("100.0.0.2")]
// Setting ComVisible to false makes the types in this assembly not visible
0 commit comments