Developing in C for the ATmega328P: Mapping Values

Where I describe how to map values in one domain to another domain.

Introduction#

Mapping is the concept of translating a range of numbers to a second range of numbers, where the second range might be smaller (typically) or larger than the first range. …