I wrote a library for converting numbers to text
A while ago, I wrote a library NUM2STR 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 the ATtiny85 microcontrollers or similar, written in plain C, and the goal is to … Learn more …