dstroy0 / InputHandler

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

find and remove magic numbers #47

Closed dstroy0 closed 2 years ago

dstroy0 commented 2 years ago

Lets make maintenance a more relaxing experience and move any magic numbers to the config file or name them if they need to be local. A few have popped up for conditional testing or static allocation.

dstroy0 commented 2 years ago

I think I found all of them, I'm closing this for now.