Skip to content

Commit 1a55110

Browse files
committed
fixed library include typo
1 parent ef4c47e commit 1a55110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DMX_NeoPixels/DMX_NeoPixels.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// Recieves incoming DMX messages from controller, translates to NeoPixel
88

99

10-
#include <"Conceptinetics/>Conceptinetics.h"
10+
#include "Conceptinetics/>Conceptinetics.h"
1111
#include <Adafruit_NeoPixel.h>
1212

1313
// User adjust these for the number of strips, pins, pixels per strip, and color formats:

0 commit comments

Comments
 (0)