speed matrix

This commit is contained in:
2021-09-19 18:39:08 -05:00
parent 68f02588e2
commit d4c309b255
4 changed files with 45 additions and 32 deletions

View File

@@ -3,8 +3,8 @@
#include <Adafruit_NeoMatrix.h>
#include <Adafruit_NeoPixel.h>
#define PIN D7 //DIN MATRIZ
String texto = "Puerto Ota: ";
String mensaje = "Puerto Ota: ";
String texto = "UNELECTRONICA";
String mensaje = "UNELECTRONICA";
String hora = "00:00:00";
int R = 255;
int G = 0;