dstroy0 / InputHandler

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

size private UserInput variables appropriately #29

Closed dstroy0 closed 2 years ago

dstroy0 commented 2 years ago

set them to sensible widths, document hard limits to macros to let users know what variable needs altered for increasing past that

size_t is great for getting everything working and I think all of the methods should stick to that so that you can change things up to size_t and it will still work.

dstroy0 commented 2 years ago

sized to min, src/config/InputHandler_config.h docs updated