We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f6ba66 commit f0b377aCopy full SHA for f0b377a
SerialToMatrix.ino
@@ -3,9 +3,7 @@
3
# include "stdio.h"
4
5
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;
+
9
int data = 14; // DIN pin of MAX7219 module
10
int load = 13; // CS pin of MAX7219 module
11
int clock = 12; // CLK pin of MAX7219 module
0 commit comments