View Baenana
This file contains 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 <SoftwareSerial.h> | |
#include <DFRobotDFPlayerMini.h> | |
SoftwareSerial mySoftwareSerial(10, 11); // RX, TX | |
DFRobotDFPlayerMini myDFPlayer; | |
void printDetail(uint8_t type, int value); | |
const int PEEL1 = 2; | |
const int PEEL2 = 3; | |
const int PEEL3 = 4; | |
const int PEEL4 = 5; |