You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/devices/Board/Board.cs
+4-18Lines changed: 4 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -67,18 +67,6 @@ protected Board()
67
67
/// </summary>
68
68
protectedboolDisposed=>_disposed;
69
69
70
-
/// <summary>
71
-
/// The default pin numbering scheme for this board.
72
-
/// </summary>
73
-
publicPinNumberingSchemeDefaultPinNumberingScheme
74
-
{
75
-
get
76
-
{
77
-
// This is currently hardcoded to logical numbering, since it makes the API simpler and there are few really useful cases where you would need it otherwise.
78
-
returnPinNumberingScheme.Logical;
79
-
}
80
-
}
81
-
82
70
/// <summary>
83
71
/// Reserves a pin for a specific usage. This is done automatically if a known interface (i.e. GpioController) is
84
72
/// used to open the pin, but may be used to block a pin explicitly, i.e. for UART.
/// <param name="pin">The pin number for the pwm channel. Used if not hardwired (i.e. on the Raspi, it is possible to use different pins for the same PWM channel)</param>
563
-
/// <param name="pinNumberingScheme">The pin numbering scheme for the pin</param>
0 commit comments