summaryrefslogtreecommitdiff
path: root/digital/avr/modules/usb/README
diff options
context:
space:
mode:
authorNicolas Schodet2009-04-10 01:16:16 +0200
committerNicolas Schodet2009-04-10 01:16:16 +0200
commit23cee4f9ac0e293f6e32c0215879aedb4c151718 (patch)
tree1f92a4fa696fc60b1a62f4da4963297418744374 /digital/avr/modules/usb/README
parent74298f8ca11dc8d3b0359d1d4e124d6494c3eeac (diff)
* digital/avr/modules/usb:
- added usb module.
Diffstat (limited to 'digital/avr/modules/usb/README')
-rw-r--r--digital/avr/modules/usb/README24
1 files changed, 24 insertions, 0 deletions
diff --git a/digital/avr/modules/usb/README b/digital/avr/modules/usb/README
new file mode 100644
index 00000000..ed8de1d0
--- /dev/null
+++ b/digital/avr/modules/usb/README
@@ -0,0 +1,24 @@
+usb - USB device module using LUFA.
+
+Use LUFA library for USB device.
+
+
+Copyright (C) 2009 Nicolas Schodet
+
+APBTeam:
+ Web: http://apbteam.org/
+ Email: team AT apbteam DOT org
+
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.