NUM2STR
NUM2STR is a small library, part of the TinyAVRLib library, for converting numbers to text in three main formats: decimal, hexadecimal, and binary. I have been using it for several years in another library to print debugging information. The library is designed for ATtiny85 microcontrollers or similar, and the goal is to work with a … Learn more …