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 97eeb10 commit 9c7f05eCopy full SHA for 9c7f05e
System.Device.I2c.Slave/I2cSlaveDevice.cs
@@ -66,6 +66,8 @@ public I2cSlaveDevice(
66
67
// create the buffer
68
_buffer = new byte[1];
69
+
70
+ NativeInit();
71
}
72
73
/// <summary>
0 commit comments