Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion DigiMIDI.h
Original file line number Diff line number Diff line change
Expand Up @@ -510,13 +510,14 @@ extern "C" {
/* this Function is called if a MIDI Out message (from PC) arrives. */
/* */
/*---------------------------------------------------------------------------*/

#ifndef DIGIMIDI_WRITEOUT
void usbFunctionWriteOut(uchar * data, uchar len)
{
//TODO: Use midi callback for arduino to allow for listining.
// DEBUG LED
//PORTC ^= 0x20;
}
#endif

#ifdef __cplusplus
} // extern "C"
Expand Down