Skip to content

Debugging functions to use with Arduino-based devices (via Serial)

License

Notifications You must be signed in to change notification settings

placer14/Cortex_Debug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Cortex_Debug

Macros to easiy turn on and off debugging.

Usage

Turn on debugging:

#define CORTEX_DEBUG 1
#include "Cortex_Debug.h"

CORTEX_DEBUG_PRINTLN("DEBUG OUTPUT")

To disable bugging, set CORTEX_DEBUG to 0:

#define CORTEX_DEBUG 0
#include "Cortex_Debug.h"

CORTEX_DEBUG_PRINTLN("DEBUG OUTPUT")

About

Debugging functions to use with Arduino-based devices (via Serial)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages