aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Board/BUMBLEB/Joystick.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-09-14 11:11:54 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-09-14 11:11:54 +0000
commit84696c727df0424eff71a897243c43a6f4b82932 (patch)
tree05950b1bd8056925d3c16c89f5ee1d075b6789d0 /LUFA/Drivers/Board/BUMBLEB/Joystick.h
parent92059fcbf9d77fd03808e18de9c0e04557b08f83 (diff)
downloadlufa-84696c727df0424eff71a897243c43a6f4b82932.tar.gz
lufa-84696c727df0424eff71a897243c43a6f4b82932.tar.bz2
lufa-84696c727df0424eff71a897243c43a6f4b82932.zip
Added board hardware driver support for the BUI development board.
Diffstat (limited to 'LUFA/Drivers/Board/BUMBLEB/Joystick.h')
-rw-r--r--LUFA/Drivers/Board/BUMBLEB/Joystick.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/LUFA/Drivers/Board/BUMBLEB/Joystick.h b/LUFA/Drivers/Board/BUMBLEB/Joystick.h
index 94465c89c..68866bf02 100644
--- a/LUFA/Drivers/Board/BUMBLEB/Joystick.h
+++ b/LUFA/Drivers/Board/BUMBLEB/Joystick.h
@@ -29,9 +29,9 @@
*/
/** \file
- * \brief Board specific joystick driver header for the BUMLEB.
+ * \brief Board specific joystick driver header for the Fletchtronics BUMLEB.
*
- * Board specific joystick driver header for the BUMBLEB (http://fletchtronics.net/bumble-b).
+ * Board specific joystick driver header for the Fletchtronics BUMBLEB (http://fletchtronics.net/bumble-b).
*
* The BUMBLEB third-party board does not include any on-board peripherals, but does have an officially recommended
* external peripheral layout for buttons, LEDs and a Joystick.
@@ -43,9 +43,9 @@
/** \ingroup Group_Joystick
* @defgroup Group_Joystick_BUMBLEB BUMBLEB
*
- * Board specific joystick driver header for the BUMBLEB (http://fletchtronics.net/bumble-b). The BUMBLEB third-party
- * board does not include any on-board peripherals, but does have an officially recommended external peripheral layout
- * for buttons, LEDs and a Joystick.
+ * Board specific joystick driver header for the Fletchtronics BUMBLEB (http://fletchtronics.net/bumble-b). The BUMBLEB
+ * third-party board does not include any on-board peripherals, but does have an officially recommended external peripheral
+ * layout for buttons, LEDs and a Joystick.
*
* \note This file should not be included directly. It is automatically included as needed by the joystick driver
* dispatch header located in LUFA/Drivers/Board/Joystick.h.