Adding a small delay between setup of pins.
This commit is contained in:
parent
97dc1dbaa7
commit
82d7ab5e6f
|
|
@ -40,6 +40,7 @@ namespace Proculite.GpioRest.Services
|
|||
}
|
||||
|
||||
_gpioController.OpenPin(pin, pinMode, PinValue.Low);
|
||||
Thread.Sleep(200);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue