Skip to content

File MIDI_UART_Input.cpp

FileList > examples > MIDI_UART_Input > MIDI_UART_Input.cpp

Go to the source code of this file

  • #include "daisy_seed.h"

Public Attributes

Type Name
FIFO< MidiEvent, 128 > event_log
DaisySeed hw
MidiUartHandler midi

Public Functions

Type Name
int main (void)

Public Attributes Documentation

variable event_log

FIFO<MidiEvent, 128> event_log;

FIFO to hold messages as we're ready to print them


variable hw

DaisySeed hw;

Global Hardware access


variable midi

MidiUartHandler midi;

Public Functions Documentation

function main

int main (
    void
) 


The documentation for this class was generated from the following file external-docs/libDaisy/examples/MIDI_UART_Input/MIDI_UART_Input.cpp