Skip to content

Commit a4b5e44

Browse files
committed
Modify example LedChain - removed serial begin
1 parent c21273e commit a4b5e44

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/LedChain/LedChain.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ ModulinoPixels* boards_chain = (ModulinoPixels*)malloc(sizeof(ModulinoPixels) *
1414
int i = 0; //Defined to count stuff
1515

1616
void setup() {
17-
Serial.begin(115200);
1817
Modulino.begin(); //Initialize library
1918

2019
//Inizialize each object of the boards with its own address

0 commit comments

Comments
 (0)