Compare commits
No commits in common. "f469f012f83e7987ec207242b679dd4a9275b27a" and "95ae6220bb693c83b43bc4e343b08be087d81672" have entirely different histories.
f469f012f8
...
95ae6220bb
|
|
@ -23,8 +23,8 @@ namespace Proculite.GpioRest.Services
|
|||
|
||||
private void SetupPins()
|
||||
{
|
||||
_logger.LogInformation("Setting up {PinCount} pins.", _pins.Length);
|
||||
PinMode pinMode = PinMode.Output;
|
||||
_logger.LogInformation("Setting up {PinCount} pins", _pins.Length);
|
||||
PinMode pinMode = PinMode.Input;
|
||||
|
||||
foreach (var pin in _pins)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue