unosquare/pigpio-dotnet

PiGpio not imlement Abstractions

Closed this issue · 2 comments

There are no Interfaces used in PiGpio(IGpioController/IGpioPin/ISpiChannel/etc...)

public sealed class GpioPin
{
...
}

should be

public sealed class GpioPin : IGpioPin
{
...
}

Maybe this is a feature request?

@k3z0 can you help us validate this?

stale commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.