pjueon/JetsonGPIO

Need support for callbacks with no argument

pjueon opened this issue · 2 comments

You don't always use the channel name in your callbacks.
Of course, you can just ignore it, but unused arguments may cause compile warnings (related to #50).

So it would be nice if callbacks with no argument can be used too.

Added a new branch for this.
Will merge it after testing it.

Close this issue because a pull request for this issue was created.