This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <Keypad.h> | |
#include <EEPROM.h> | |
#include "Arduino.h" | |
#include "SoftwareSerial.h" | |
#include "DFRobotDFPlayerMini.h" | |
const byte COLS = 4; //4 Columns | |
const byte ROWS = 4; //4 Rows | |
char hexaKeys[ROWS][COLS] = { | |
{4,3,2,1}, |