Removing small delay as it does not appear to help.
This commit is contained in:
parent
82d7ab5e6f
commit
1ea476ef21
|
|
@ -40,7 +40,6 @@ namespace Proculite.GpioRest.Services
|
||||||
}
|
}
|
||||||
|
|
||||||
_gpioController.OpenPin(pin, pinMode, PinValue.Low);
|
_gpioController.OpenPin(pin, pinMode, PinValue.Low);
|
||||||
Thread.Sleep(200);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue