Arduino-Debugging
Arduino-Debugging copied to clipboard
Disable_able debug message types?
It would be nice if there were a few debug message types like debugE - errors, debugI - info, etc., and an option to disable each of them separately in #define section like it is possible now for all debug output with #define DEBUG_OUT Serial. Is it possible to implement?
That's a good idea.
I don't have much time right now, but everything is open source, so feel free to implement it yourself.