Compare commits
2 commits
95ae6220bb
...
f469f012f8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f469f012f8 | ||
|
|
94dcb682c1 |
|
|
@ -23,8 +23,8 @@ namespace Proculite.GpioRest.Services
|
|||
|
||||
private void SetupPins()
|
||||
{
|
||||
_logger.LogInformation("Setting up {PinCount} pins", _pins.Length);
|
||||
PinMode pinMode = PinMode.Input;
|
||||
_logger.LogInformation("Setting up {PinCount} pins.", _pins.Length);
|
||||
PinMode pinMode = PinMode.Output;
|
||||
|
||||
foreach (var pin in _pins)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue