MCPcopy Create free account
hub / github.com/HASwitchPlate/openHASP / debugSendAnsiCode

Function debugSendAnsiCode

src/hasp_debug.cpp:28–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26bool debugAnsiCodes = true;
27
28inline void debugSendAnsiCode(const __FlashStringHelper* code, Print* _logOutput)
29{
30#ifdef ARDUINO
31 if(debugAnsiCodes) _logOutput->print(code);
32#else
33 if(debugAnsiCodes) debug_print(_logOutput, code);
34#endif
35}
36
37/*
38void debug_timestamp()

Callers 5

debugPrintTimestampFunction · 0.85
debugPrintHaspMemoryFunction · 0.85
debugPrintLvglMemoryFunction · 0.85
debugPrintPriorityFunction · 0.85
debugPrintPrefixFunction · 0.85

Calls 1

printMethod · 0.45

Tested by

no test coverage detected