mirror of
https://github.com/bbswitzer/PianoProject
synced 2026-01-16 19:05:11 -05:00
8 lines
84 B
C
8 lines
84 B
C
#ifndef MIDI_H
|
|
#define MIDI_H
|
|
|
|
#include <Arduino.h>
|
|
|
|
void checkForMidiUSB();
|
|
|
|
#endif |