I want to convert an integer to a char array and feel like this is something an nRF library may have already implemented. Nothing showed up after an initial search of itoa
in the documentation although it is likely to have another name.
Does this already exist? Should I just make my own limited version? I'd prefer to use an existing, well-tested one so I have one less piece of code to maintain. Thank you.