is there a way to map() an int instead of a float? that is kind of annoying to have cast it into a float then back into an int, I am using it for a servo that doesn't accept floats, so it muddies up the code a bit.
1