Skip to content

Instantly share code, notes, and snippets.

View madbunnykim's full-sized avatar

Kimberly Lin madbunnykim

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