From 59c0b97bdfe15c4bba224b2c7a9b441a27edda7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Fri, 4 Mar 2016 14:31:06 +0100 Subject: [PATCH] Create README.md --- right/include/lufa/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 right/include/lufa/README.md diff --git a/right/include/lufa/README.md b/right/include/lufa/README.md new file mode 100644 index 0000000..64cf707 --- /dev/null +++ b/right/include/lufa/README.md @@ -0,0 +1,7 @@ +# 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.