Skip to content

Instantly share code, notes, and snippets.

Avatar

Kimberly Lin madbunnykim

View GitHub Profile
@madbunnykim
madbunnykim / Baenana
Last active February 4, 2019 04:51
Baenana
View Baenana
#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;