aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonald Delmar Davis <don@suspectdevices.com>2019-01-26 15:24:12 -0800
committerGitHub <noreply@github.com>2019-01-26 15:24:12 -0800
commit555c5af12abc39c95311df3c9a13702029e05ed4 (patch)
tree804dd51534367acb8daa064f570eb17a09c280b1
parenta9fe310cc4a2bee624b735f934a83de84b4716cf (diff)
Update README.mdHEADmaster
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 805817b..fd36421 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +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 other goal here is to create a minimal framework for identifying resetting and loading code onto midi devices.
+The origional idea here was to create a lufa based midi framework for use on the stock usb capable arduino and other atmega32u4 boards. At that time the arduino midi library was restrictively open (hence lufa). The other goal here was to create a minimal framework for identifying resetting and loading code onto midi devices. Since then the arduino midi library has adopted a more usable liscense and the usb stack is also midi friendly. This should be reworked and revisited.
###Breakdown