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
| //Gets the Library | |
| #include <MD_MAX72xx.h> | |
| #include <Adafruit_NeoPixel.h> | |
| #include <LiquidCrystal_I2C.h> | |
| #include <Wire.h> | |
| //Tells the Library what type of display it is | |
| #define HARDWARE_TYPE MD_MAX72XX::FC16_HW | |
| //tells the library how many devices are attached. | |
| #define MAX_DEVICES 1 | |
| //gives names to the pin numbers |