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

I2C scanner

An I2C scanner sketch is introduced. This allows to determine I2C addresses or to check non-functioning circuits with I2C component.

Read More