Skip to content

Instantly share code, notes, and snippets.

View superyarik's full-sized avatar

Yaroslav Khudyakov superyarik

  • Solar system, planet Earth.
View GitHub Profile
@superyarik
superyarik / midi.ino
Last active March 26, 2017 17:06 — forked from arion/midi.ino
MIDI Fighter + игрушка для детей -> http://pikabu.ru/story/midi_fighter__igrushka_dlya_detey_upgraded_howto_4827586
#include <MIDI.h>
#include <SoftwareSerial.h>
#include <DFPlayer_Mini_Mp3.h>
#include <math.h>
SoftwareSerial mySerial(10, 11); // RX, TX
MIDI_CREATE_DEFAULT_INSTANCE();
bool isMp3Mode = false;