Compare commits

..

No commits in common. "f469f012f83e7987ec207242b679dd4a9275b27a" and "95ae6220bb693c83b43bc4e343b08be087d81672" have entirely different histories.

View file

@ -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)
{