Unseal GpioPin

Is there any particular reason GpioPin is sealed?

Id like to extend it and use ValueChanged outside the main class.

And if we do for GPIO, why not do others. We can’t make micro changes to fit every request but we would happily look into requests when time comes. If you feel this is needed, please go ahead and make a GitHub issue.

Isn’t it related to sealed or not?

Isn’t it? is there a reason its sealed?

The code is on GitHub. You can see it, and even modify it.

This is the proper way of doing it

I thought you were talking about the ‘Main()’ class :)).