diff options
| author | Donald Delmar Davis <don@suspectdevices.com> | 2015-03-31 16:44:39 -0700 |
|---|---|---|
| committer | Donald Delmar Davis <don@suspectdevices.com> | 2015-03-31 16:44:39 -0700 |
| commit | 7371c8a0d35e976a899ffe1c2577388654fd90f0 (patch) | |
| tree | 21677a3e07295450c8241eed1b808b4921b76a36 | |
| parent | 57f5b0b793acaea4575a722af15c98697f181be2 (diff) | |
Pair down the scope.
| -rw-r--r-- | README.md | 25 |
1 files changed, 1 insertions, 24 deletions
@@ -1,28 +1,5 @@ #Overview -The idea here is to create a lufa based midi framework for use on the stock usb capable arduino and other atmega32u4 boards. The goal is twofold: - -1. to isolate the lower level usb functions from the actual programs - - a. Targeted transports - - 1. Lufa - 2. Maple Midi - 3. A neutered version of pjrc's Arduino midi - 4. Microchip's midi code. - 5. Port of MCs midi client to pic32 (dip) - 5. A port of jboones nuvoton cdc code to midi. - 6. YOUR CONTRIBUTION HERE... - - b. Targeted Libraries - - 1. Arduino midi v1 (gpl2) - 2. Arruino midi v2 (gpl3) - 3. alex normans stack (gpl3) - 4. A bsd liscensed framework soon to be released. - 5. YOUR LIBRARY HEREā¦. - - -2. To create a minimal framework for identifying resetting and loading code onto midi devices. +The idea here is to create a lufa based midi framework for use on the stock usb capable arduino and other atmega32u4 boards. The goal here is to create a minimal framework for identifying resetting and loading code onto midi devices. ###Breakdown |
