unosquare / raspberryio

The Raspberry Pi's IO Functionality in an easy-to-use API for Mono/.NET/C#
https://unosquare.github.io/raspberryio
Other
672 stars 104 forks source link

Add functions to deregister Interrupt callabcks. #212

Closed sensslen closed 4 years ago

sensslen commented 4 years ago

In order to allow safe interoperability it is necessary to be able to remove Callbacks that have been registered. This Pull Request adds the requested functionality to the interface.

geoperez commented 4 years ago

Thanks for your contribution!