Skip to content

Commit

Permalink
Update CustomPattern.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Protoneer committed Sep 3, 2015
1 parent 02f8799 commit 1d2a8c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/CustomPattern.cpp
Expand Up @@ -2,6 +2,7 @@
#include "CustomPattern.h"
#include "pixel_helper.h"

/*
struct CUSTOMPATTERN {
int Patterns[255][16][3];
int PatternIntervals[255];
Expand All @@ -10,6 +11,7 @@ struct CUSTOMPATTERN {
};
CUSTOMPATTERN cp;
*/

void ParseCustomPattern(String input, PIXEL_HELPER_CLASS* p_helper) {
p_helper->LEDMode = CustomPattern_Mode;
Expand Down

0 comments on commit 1d2a8c1

Please sign in to comment.