pub fn map_from(input: i16, from_range: (i16, i16), to_range: (i16, i16)) -> i16
Expand description

Analogous to Arduinos map function