Skip to content

Commit f0b377a

Browse files
authored
Update SerialToMatrix.ino
1 parent 5f6ba66 commit f0b377a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

SerialToMatrix.ino

+1-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
# include "stdio.h"
44

55

6-
String myName; //Declare a String variable to hold your name
7-
int age; //Declare an Int variable to hold your age
8-
float height;
6+
97
int data = 14; // DIN pin of MAX7219 module
108
int load = 13; // CS pin of MAX7219 module
119
int clock = 12; // CLK pin of MAX7219 module

0 commit comments

Comments
 (0)