Skip to content

Commit 7755061

Browse files
authored
Obsolete PinNumberingScheme
Let's see what breaks
1 parent ddb69e5 commit 7755061

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/System.Device.Gpio/System/Device/Gpio/PinNumberingScheme.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
33

4+
namespace System;
45
namespace System.Device.Gpio;
56

67
/// <summary>
78
/// Different numbering schemes supported by GPIO controllers and drivers.
89
/// </summary>
10+
[Obsolete]
911
public enum PinNumberingScheme
1012
{
1113
/// <summary>

0 commit comments

Comments
 (0)