未验证 提交 8c7082de 编写于 作者: K Krzysztof Wicher 提交者: GitHub

Update GpioControllerTestBase.cs (#906)

上级 21927455
...@@ -13,9 +13,9 @@ namespace System.Device.Gpio.Tests ...@@ -13,9 +13,9 @@ namespace System.Device.Gpio.Tests
{ {
public abstract class GpioControllerTestBase public abstract class GpioControllerTestBase
{ {
private const int LedPin = 18; private const int LedPin = 5;
private const int OutputPin = 16; private const int OutputPin = 5;
private const int InputPin = 12; private const int InputPin = 6;
private static readonly int WaitMilliseconds = 1000; private static readonly int WaitMilliseconds = 1000;
[Fact] [Fact]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册