aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/MainPage.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-06-04 02:55:30 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-06-04 02:55:30 +0000
commita67bd74e3e8aad87dcee8cf0c0eaaccbe7d00552 (patch)
treefdf670b5b93e2e192d19ca71138a667d7f3ba4f9 /LUFA/MainPage.txt
parent7c5444b89a49df7cb671b0b041567990d2a3012e (diff)
downloadlufa-a67bd74e3e8aad87dcee8cf0c0eaaccbe7d00552.tar.gz
lufa-a67bd74e3e8aad87dcee8cf0c0eaaccbe7d00552.tar.bz2
lufa-a67bd74e3e8aad87dcee8cf0c0eaaccbe7d00552.zip
Minor documentation page updates.
Redocumented all device demos, now that they have changed over to the new USB class drivers. Added C linkage to class drivers for C++ support. Added prefixes to most of the class driver constants to prevent name clashes.
Diffstat (limited to 'LUFA/MainPage.txt')
-rw-r--r--LUFA/MainPage.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/LUFA/MainPage.txt b/LUFA/MainPage.txt
index 030fdba9d..2ff8b0c65 100644
--- a/LUFA/MainPage.txt
+++ b/LUFA/MainPage.txt
@@ -19,11 +19,11 @@
* - AT90USB1287 (USB Host and Device)
* - AT90USB646 (USB Device Only)
* - AT90USB647 (USB Host and Device)
- * - AT90USB162 (USB Device Only)
* - AT90USB82 (USB Device Only)
+ * - AT90USB162 (USB Device Only)
* - ATMEGA16U4 (USB Device Only)
- * - ATMEGA32U6 (USB Device Only)
* - ATMEGA32U4 (USB Device Only)
+ * - ATMEGA32U6 (USB Device Only)
*
* Currently supported Atmel boards:
* - AT90USBKEY
@@ -95,9 +95,9 @@
*
*
* \section Sec_Donations Donate
- * I am a 20 year old University student studying for a double degree in Computer Science and Electronics
- * Engineering. This leaves little time for any sort of work or leisure. Please consider donating a small amount
- * to myself to support this and my future Open Source projects. You can donate any amount via PayPal on my
- * website, http://www.fourwalledcubicle.com . All donations are greatly appreciated.
+ * I am a 20 year old University student studying for a double degree in Computer Science and Electronics Engineering.
+ * The development and support of this library requires much effort from myself. Please consider donating a small amount
+ * to myself to support this and my future Open Source projects. You can donate any amount via PayPal on my website,
+ * http://www.fourwalledcubicle.com . All donations are greatly appreciated.
*/