Move the lufa directory one level upwards.

This commit is contained in:
László Monda
2016-10-04 17:29:06 +02:00
parent db8f1ff691
commit f4f7fd72d9
5 changed files with 2 additions and 2 deletions

12
right/src/lufa/README.md Normal file
View File

@@ -0,0 +1,12 @@
# LUFA library header files
This directory contains some header files from
[LUFA, the Lightweight USB Framework for AVRs](http://www.fourwalledcubicle.com/LUFA.php).
LUFA is an extremely well designed library that exposes a beautiful and intuitive API that is a joy
to work with. LUFA being an AVR based library can't be used as a whole for ARM, but some parts of it
can be.
The selected header files contain macros for USB scancodes and USB HID report items. USB HID report
item macros are especially helpful and it's a much better idea to use them than a bunch of magic
numbers backed by loads of comments.