Skip to content

Instantly share code, notes, and snippets.

View k3ll3x's full-sized avatar
💻
Looking for job

SK k3ll3x

💻
Looking for job
View GitHub Profile
#include <MIDI.h>
#include <SoftwareSerial.h>
#include <DFPlayer_Mini_Mp3.h>
#include <math.h>
SoftwareSerial mySerial(11, 10); // RX, TX
MIDI_CREATE_DEFAULT_INSTANCE();
bool isMp3Mode = false;