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 ddb69e5 commit 7755061Copy full SHA for 7755061
src/System.Device.Gpio/System/Device/Gpio/PinNumberingScheme.cs
@@ -1,11 +1,13 @@
1
// Licensed to the .NET Foundation under one or more agreements.
2
// The .NET Foundation licenses this file to you under the MIT license.
3
4
+namespace System;
5
namespace System.Device.Gpio;
6
7
/// <summary>
8
/// Different numbering schemes supported by GPIO controllers and drivers.
9
/// </summary>
10
+[Obsolete]
11
public enum PinNumberingScheme
12
{
13
0 commit comments