dstroy0 / InputHandler

Arduino input handler
https://dstroy0.github.io/InputHandler/
GNU General Public License v3.0
1 stars 0 forks source link

UserInput ctor variable order. #53

Closed dstroy0 closed 2 years ago

dstroy0 commented 2 years ago

input_prm should be first. Oops! We want people to be able to customize process input parameters with no process output. It's locked behind two default var, I'll update the order when I get a chance.

dstroy0 commented 2 years ago

Passing NULL, 0, input_prm works but doesn't look as nice; could be confusing to new programmers.