diff options
Diffstat (limited to 'LUFA/Drivers/Board/STK526')
| -rw-r--r-- | LUFA/Drivers/Board/STK526/AT45DB642D.h | 5 | ||||
| -rw-r--r-- | LUFA/Drivers/Board/STK526/Buttons.h | 5 | ||||
| -rw-r--r-- | LUFA/Drivers/Board/STK526/Dataflash.h | 5 | ||||
| -rw-r--r-- | LUFA/Drivers/Board/STK526/Joystick.h | 5 | ||||
| -rw-r--r-- | LUFA/Drivers/Board/STK526/LEDs.h | 5 |
5 files changed, 25 insertions, 0 deletions
diff --git a/LUFA/Drivers/Board/STK526/AT45DB642D.h b/LUFA/Drivers/Board/STK526/AT45DB642D.h index caf42047a..bf2973ef3 100644 --- a/LUFA/Drivers/Board/STK526/AT45DB642D.h +++ b/LUFA/Drivers/Board/STK526/AT45DB642D.h @@ -39,6 +39,11 @@ /** \ingroup Group_Dataflash_STK526
* @defgroup Group_Dataflash_STK526_AT45DB642D AT45DB642D
*
+ * Board specific Dataflash commands header for the AT45DB642D as mounted on the STK526.
+ *
+ * \note This file should not be included directly. It is automatically included as needed by the dataflash driver
+ * dispatch header located in LUFA/Drivers/Board/Dataflash.h.
+ *
* @{
*/
diff --git a/LUFA/Drivers/Board/STK526/Buttons.h b/LUFA/Drivers/Board/STK526/Buttons.h index 2484706db..9aa798a6e 100644 --- a/LUFA/Drivers/Board/STK526/Buttons.h +++ b/LUFA/Drivers/Board/STK526/Buttons.h @@ -39,6 +39,11 @@ /** \ingroup Group_Buttons
* @defgroup Group_Buttons_STK526 STK526
*
+ * Board specific Buttons driver header for the STK526.
+ *
+ * \note This file should not be included directly. It is automatically included as needed by the Buttons driver
+ * dispatch header located in LUFA/Drivers/Board/Buttons.h.
+ *
* @{
*/
diff --git a/LUFA/Drivers/Board/STK526/Dataflash.h b/LUFA/Drivers/Board/STK526/Dataflash.h index 662966345..ff89dce03 100644 --- a/LUFA/Drivers/Board/STK526/Dataflash.h +++ b/LUFA/Drivers/Board/STK526/Dataflash.h @@ -39,6 +39,11 @@ /** \ingroup Group_Dataflash
* @defgroup Group_Dataflash_STK526 STK526
*
+ * Board specific Dataflash driver header for the STK525.
+ *
+ * \note This file should not be included directly. It is automatically included as needed by the dataflash driver
+ * dispatch header located in LUFA/Drivers/Board/Dataflash.h.
+ *
* @{
*/
diff --git a/LUFA/Drivers/Board/STK526/Joystick.h b/LUFA/Drivers/Board/STK526/Joystick.h index 6bbb3b483..a40526a6f 100644 --- a/LUFA/Drivers/Board/STK526/Joystick.h +++ b/LUFA/Drivers/Board/STK526/Joystick.h @@ -39,6 +39,11 @@ /** \ingroup Group_Joystick
* @defgroup Group_Joystick_STK526 STK526
*
+ * Board specific joystick driver header for the STK526.
+ *
+ * \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.
+ *
* @{
*/
diff --git a/LUFA/Drivers/Board/STK526/LEDs.h b/LUFA/Drivers/Board/STK526/LEDs.h index ead9085c1..4e68d6184 100644 --- a/LUFA/Drivers/Board/STK526/LEDs.h +++ b/LUFA/Drivers/Board/STK526/LEDs.h @@ -39,6 +39,11 @@ /** \ingroup Group_LEDs
* @defgroup Group_LEDs_STK526 STK526
*
+ * Board specific LED driver header for the STK526.
+ *
+ * \note This file should not be included directly. It is automatically included as needed by the LEDs driver
+ * dispatch header located in LUFA/Drivers/Board/LEDs.h.
+ *
* @{
*/
|
