diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-12-20 20:19:33 +1100 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-12-20 20:19:33 +1100 |
commit | d8f0d2709b02b38f363f4497f5e2ceb987743719 (patch) | |
tree | dcc0bd7a992ccf1130531e95ac085ccd7a51d10f /LUFA | |
parent | 9965b2ca0a32b06b578f009396aa6071c92ebd88 (diff) | |
download | lufa-d8f0d2709b02b38f363f4497f5e2ceb987743719.tar.gz lufa-d8f0d2709b02b38f363f4497f5e2ceb987743719.tar.bz2 lufa-d8f0d2709b02b38f363f4497f5e2ceb987743719.zip |
Minor documentation improvements.
Diffstat (limited to 'LUFA')
-rw-r--r-- | LUFA/DoxygenPages/ChangeLog.txt | 2 | ||||
-rw-r--r-- | LUFA/DoxygenPages/LUFAPoweredProjects.txt | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt index 75a1c6c6a..9c8fd50b9 100644 --- a/LUFA/DoxygenPages/ChangeLog.txt +++ b/LUFA/DoxygenPages/ChangeLog.txt @@ -11,7 +11,7 @@ * - Library Applications: * - Added new Bulk Vendor low level device demo * - Added new libUSB host Python and NodeJS application examples for the class driver GenericHID demo (thanks to Laszlo Monda) - * - Added new AVR8 USB option to keep 3.3V regulator enabled + * - Added new AVR8 USB option to keep 3.3V regulator enabled (thanks to Michael Hanselmann) * * <b>Changed:</b> * - Library Applications: diff --git a/LUFA/DoxygenPages/LUFAPoweredProjects.txt b/LUFA/DoxygenPages/LUFAPoweredProjects.txt index ff3b3f42f..f698e4c7e 100644 --- a/LUFA/DoxygenPages/LUFAPoweredProjects.txt +++ b/LUFA/DoxygenPages/LUFAPoweredProjects.txt @@ -114,7 +114,6 @@ * \li PS/2 to USB adapter: https://github.com/makestuff/p2ukbd * \li RaspiFace, an Arduino platform bridge for the Raspberry Pi: http://www.raspiface.com/ * \li Reflow oven controller: http://danstrother.com/2011/01/15/reflow-oven-controller/ - * \li Reprap with LUFA, a LUFA powered 3D printer: http://code.google.com/p/at90usb1287-code-for-arduino-and-eclipse/ * \li RFPirate, a RF experimentation platform: https://github.com/ebuller/RF-Pirate * \li RF Power Meter, based on the AD8307 log amp: https://sites.google.com/site/lofturj/ad8307-power-meter * \li RF Transceiver using the MRF49XA: http://alternet.us.com/?page_id=1494 |