uMIDI
The swiss army knife for quick and easy developement of MIDI applications.
|
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/system.h"
#include "config.h"
#include "app.h"
Functions | |
int | main (void) |
Initialization and endless loop with background tasks. More... | |
Entry point and main loop of the uMIDI firmware.
int main | ( | void | ) |
Initialization and endless loop with background tasks.