Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Erik Strand
lufa
Commits
5f614861
Commit
5f614861
authored
Sep 09, 2012
by
Dean Camera
Browse files
Minor documentation improvements.
parent
7a51e97c
Changes
5
Hide whitespace changes
Inline
Side-by-side
LUFA/DoxygenPages/LUFAPoweredProjects.txt
View file @
5f614861
...
...
@@ -40,6 +40,7 @@
* \li Accelerometer Game Joystick: http://www.crictor.co.il/he/episodes/joystick/
* \li AD9833 based USB Function Generator: http://tuomasnylund.fi/drupal6/content/ad9833-based-usb-function-generator
* \li AERY development platform for the AVR32 devices: http://www.aery32.com/
* \li AM Radio transmitter: http://amcinnes.info/2012/uc_am_xmit/
* \li Arcade Controller: http://fletchtronics.net/arcade-controller-made-petunia
* \li Arcade Joystick: http://jamie.lentin.co.uk/embedded/arcade-joystick/
* \li AttoBasic AVR BASIC interpreter: http://www.cappels.org/dproj/AttoBasic2_1/AttoBasic_2.1_with_USB_and_Arduino_support.html
...
...
@@ -69,6 +70,7 @@
* \li Hardware Volume Control: https://github.com/davidk/hw-volume-control
* \li Hiduino, a USB-MIDI replacement firmware for the Arduino Uno: http://code.google.com/p/hiduino/
* \li Ikea RGB LED USB modification: http://slashhome.se/p/projects/id/ikea_dioder_usb/#project
* \li IR electricity meter monitor: http://sourceforge.net/projects/irmetermon/
* \li IR Remote to Keyboard decoder: http://netzhansa.blogspot.com/2010/04/our-living-room-hi-fi-setup-needs-mp3.html
* \li Jukebox panic button: http://thinkl33t.co.uk/the-panic-button
* \li Kinesis replacement firmware: https://github.com/chrisandreae/kinesis-firmware
...
...
@@ -119,6 +121,7 @@
* \li UDFS, a BBC Micro USB disk filing system: https://github.com/makestuff/udfs
* \li Universal USB AVR Module: http://usbavr.bplaced.net/
* \li USB2AX, a USB to Dynamixel network adapter: http://paranoidstudio.assembla.com/wiki/show/paranoidstudio/USB2AX
* \li USB Function Generator: http://tuomasnylund.fi/drupal6/content/ad9833-based-usb-function-generator
* \li USB Infrared Receiver/Transmitter: http://vaton4.web2001.cz/
* \li USB Interface for Playstation Portable Devices: http://forums.ps2dev.org/viewtopic.php?t=11001
* \li USB MIDI to DMX controller: http://github.com/hanshuebner/miDiMX
...
...
LUFA/Drivers/Board/Buttons.h
View file @
5f614861
...
...
@@ -57,7 +57,7 @@
* actions can be taken.
*
* If the \c BOARD value is set to \c BOARD_USER, this will include the \c /Board/Buttons.h file in the user project
* directory. Otherwise, it will include the appropriate built
in board driver header file.
* directory. Otherwise, it will include the appropriate built
-
in board driver header file.
*
* For possible \c BOARD makefile values, see \ref Group_BoardTypes.
*
...
...
LUFA/Drivers/Board/Dataflash.h
View file @
5f614861
...
...
@@ -57,7 +57,7 @@
* for the storage of large amounts of data into the Dataflash's non-volatile memory.
*
* If the \c BOARD value is set to \c BOARD_USER, this will include the \c /Board/Dataflash.h file in the user project
* directory. Otherwise, it will include the appropriate built
in board driver header file.
* directory. Otherwise, it will include the appropriate built
-
in board driver header file.
*
* For possible \c BOARD makefile values, see \ref Group_BoardTypes.
*
...
...
LUFA/Drivers/Board/Joystick.h
View file @
5f614861
...
...
@@ -56,7 +56,7 @@
* located on many boards.
*
* If the \c BOARD value is set to \c BOARD_USER, this will include the \c /Board/Joystick.h file in the user project
* directory. Otherwise, it will include the appropriate built
in board driver header file.
* directory. Otherwise, it will include the appropriate built
-
in board driver header file.
*
* For possible \c BOARD makefile values, see \ref Group_BoardTypes.
*
...
...
LUFA/Drivers/Board/LEDs.h
View file @
5f614861
...
...
@@ -56,7 +56,7 @@
* provides an interface to configure, test and change the status of all the board LEDs.
*
* If the \c BOARD value is set to \c BOARD_USER, this will include the \c /Board/LEDs.h file in the user project
* directory. Otherwise, it will include the appropriate built
in board driver header file. If the BOARD value
* directory. Otherwise, it will include the appropriate built
-
in board driver header file. If the BOARD value
* is set to \c BOARD_NONE, this driver is silently disabled.
*
* For possible \c BOARD makefile values, see \ref Group_BoardTypes.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment