blob: 4d1115d6650b8439ef391566912e9ae42fdfdf06 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
/** \file
*
* This file contains special DoxyGen information for the generation of the main page and other special
* documentation pages. It is not a project source file.
*/
/**
* \page Page_Resources Library Resources
*
* \section Sec_ProjectPages LUFA Related Webpages
* Project Homepage: http://www.fourwalledcubicle.com/LUFA.php \n
* Author's Website: http://www.fourwalledcubicle.com \n
* Development Blog: http://www.fourwalledcubicle.com/blog \n
*
* \section Sec_ProjectHelp Assistance With LUFA
* Discussion Group: http://groups.google.com/group/myusb-support-list \n
* Author's Email: dean [at] fourwalledcubicle [dot] com
*
* \section Sec_InDevelopment Latest In-Development Source Code
* Official Releases, SVN Access, Issue Tracker: http://code.google.com/p/lufa-lib/ \n
* Git Access: http://github.com/abcminiuser/lufa-lib \n
* Development Source Archives: http://github.com/abcminiuser/lufa-lib/archives/master \n
* Commit RSS Feed: http://github.com/feeds/abcminiuser/commits/lufa-lib/master \n
*
* \section Sec_Toolchain AVR Toolchain
* WinAVR Website: http://winavr.sourceforge.net \n
* avr-libc Website: http://www.nongnu.org/avr-libc/ \n
*
* \section Sec_USBResources USB Resources
* USB-IF Website: http://www.usb.org \n
*/
|