Skip to content

Instantly share code, notes, and snippets.

View resnbl's full-sized avatar

Bob Shields resnbl

View GitHub Profile
@resnbl
resnbl / Debug_Macros.h
Created February 19, 2019 03:52
Arduino code for Christmas tree-topper star
/* 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__