dstroy0 / InputHandler

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

multiple arguments, single argument type command construction #6

Closed dstroy0 closed 2 years ago

dstroy0 commented 2 years ago

Users shouldn't have to declare an array of arguments if the command they're constructing accepts only one argument type.

dstroy0 commented 2 years ago

Users no longer have to declare an array for multi-argument single-type commands.