The Arduino library provides a unique form of debugging. The Rdebug library defines different debug levels, as in many similar debugging frameworks. Turn these statements On and Off with a #define. It only takes a few minutes to grasp how to use it, and the debugging statements are super-fast since it is based only on macros.
-
Updated
Jan 17, 2023 - C