Version 1.1.0
New Features:
- Created a
remap()
function that uses hard limits with the output range. - Created a
recenterAxis()
function for rescaling axes that have asymmetric ranges (like a joystick with limited movement on one side).
Changes:
- Existing functions now use
remap()
instead ofmap()
and will enforce hard limits.