uMIDI
The swiss army knife for quick and easy developement of MIDI applications.
Functions
main.c File Reference

Entry point and main loop of the uMIDI firmware. More...

#include <avr/interrupt.h>
#include <avr/wdt.h>
#include "lib/background_tasks.h"
#include "lib/gpio.h"
#include "lib/leds.h"
#include "lib/midi.h"
#include "lib/serial_communication.h"
#include "lib/system.h"
#include "lib/usb.h"
#include "config.h"
#include "app.h"
Include dependency graph for main.c:

Functions

int main (void)
 Initialization and endless loop with background tasks. More...
 

Detailed Description

Entry point and main loop of the uMIDI firmware.

Function Documentation

◆ main()

int main ( void  )

Initialization and endless loop with background tasks.