This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Define macros to enable/disable debugging output through the Serial monitor: | |
You must: | |
#define DEBUG | |
before including this file to enable debug output. | |
If you place this file in a folder named "Debug_Macros" in your Arduino | |
libraries folder, it won't need to be copied into every project. | |
*/ | |
#ifndef __DEBUG_MACROS_H__ |