Formatted output

Generating formatted output with sprintf(), snprintf() and dtostrf() is convenient and simple. I will explain the various options as well as the pitfalls.

Read More

Character Arrays vs. Strings

Character arrays are less convenient than strings, but save resources. I show that character arrays are in no way inferior to strings in terms of functionality.

Read More