Skip to content

Commit a1b3efd

Browse files
authored
Improve comment for GpioPin.Read() (#69)
***NO_CI***
1 parent 2f68991 commit a1b3efd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

System.Device.Gpio/GpioPin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ public void SetPinMode(PinMode value)
146146
/// <summary>
147147
/// Reads the current value of the general-purpose I/O (GPIO) pin.
148148
/// </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>
149+
/// <returns>The current value of the GPIO pin. If the pin is configured as an output, the read value is undetermined.</returns>
150150
[MethodImpl(MethodImplOptions.InternalCall)]
151151
public extern PinValue Read();
152152

0 commit comments

Comments
 (0)