|
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/adc.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 "expression.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.
1.8.13