dotnet / iot

This repo includes .NET Core implementations for various IoT boards, chips, displays and PCBs.
MIT License
2.12k stars 574 forks source link

Check alternatives to exposing LibGpiodDriverVersion enum #2272

Closed pgrawehr closed 1 month ago

pgrawehr commented 5 months ago

Exposing this enum, which should rarely be used by the client (as we want "autodetect" to be the default that should work for almost all users) is not really nice. This includes the enum itself as well as the public methods that use it as arguments.