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 2f68991 commit a1b3efdCopy full SHA for a1b3efd
System.Device.Gpio/GpioPin.cs
@@ -146,7 +146,7 @@ public void SetPinMode(PinMode value)
146
/// <summary>
147
/// Reads the current value of the general-purpose I/O (GPIO) pin.
148
/// </summary>
149
- /// <returns>The current value of the GPIO pin. If the pin is configured as an output, this value is the last value written to the pin.</returns>
+ /// <returns>The current value of the GPIO pin. If the pin is configured as an output, the read value is undetermined.</returns>
150
[MethodImpl(MethodImplOptions.InternalCall)]
151
public extern PinValue Read();
152
0 commit comments