diff --git a/OctoWS2811.h b/OctoWS2811.h index bec29ec..cee2881 100644 --- a/OctoWS2811.h +++ b/OctoWS2811.h @@ -21,6 +21,8 @@ THE SOFTWARE. */ +#ifndef OctoWS2811_h +#define OctoWS2811_h #include #include "DMAChannel.h" @@ -72,3 +74,4 @@ class OctoWS2811 { static void isr(void); }; +#endif