Skip to content

Instantly share code, notes, and snippets.

View JoaoLopesF's full-sized avatar

Joao Lopes JoaoLopesF

  • Brazil - Guararema
View GitHub Profile
// Debug the time (verbose level)
printV(F("Time: "));
printV(mTimeSeconds);
printlnV(F(" seconds (VERBOSE)"));
if (mTimeSeconds % 5 == 0) { // Each 5 seconds
// Debug levels
// SerialDebug Library
// Disable all debug ? Good to release builds (production)
// as nothing of SerialDebug is compiled, zero overhead :-)
// For it just uncomment the DEBUG_DISABLED
//#define DEBUG_DISABLED true
// Define the initial debug level here (uncomment to do it)
// #define DEBUG_INITIAL_LEVEL DEBUG_LEVEL_VERBOSE