module documentation

Logging helper for Stick firmware

Function log Prints message to console if ENABLE_DEBUG_PRINTS is True
Function log_cleaner Prints ram cleaner output to console if ENABLE_DEBUG_PRINTS and LESS_RAM_CLEANER_OUTPUT is True
def log(msg: any):

Prints message to console if ENABLE_DEBUG_PRINTS is True Args: msg (any): Message to display in console

def log_cleaner(msg: any):

Prints ram cleaner output to console if ENABLE_DEBUG_PRINTS and LESS_RAM_CLEANER_OUTPUT is True Args: msg (any): Message to display in console