mirror of
https://github.com/bbswitzer/PianoProject
synced 2026-08-02 13:15:48 -04:00
8 lines
84 B
C
8 lines
84 B
C
#ifndef MIDI_H
|
|
#define MIDI_H
|
|
|
|
#include <Arduino.h>
|
|
|
|
void checkForMidiUSB();
|
|
|
|
#endif |