-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\r
-<html xmlns="http://www.w3.org/1999/xhtml">\r
- <head>\r
- <title>Getting Started with LUFA</title>\r
-\r
- <meta http-equiv="content-type" content="text/html; charset=utf-8"/>\r
-\r
- <style media="screen" type="text/css">\r
- /* Reset */\r
- html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,\r
- blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font,\r
- img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i,\r
- center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,\r
- tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0;\r
- font-size: 100%; vertical-align: baseline; background: transparent; } body {\r
- line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; }\r
- blockquote:before, blockquote:after, q:before, q:after { content: ''; content:\r
- none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; }\r
- table { border-collapse: collapse; border-spacing: 0; }\r
-\r
- body\r
- {\r
- background-color: #353535;\r
- }\r
-\r
- #container\r
- {\r
- width: 800px;\r
- margin-top: 20px;\r
- margin-left: auto;\r
- margin-right: auto;\r
- border: 1px solid #D3CAC1;\r
- }\r
-\r
- #header\r
- {\r
- background-color: #3D3229;\r
- text-align: center;\r
- font: bold 2.5em "Times New Roman", serif;\r
- color: #CCB;\r
- padding: 20px;\r
- }\r
-\r
- #header span\r
- {\r
- color: #998;\r
- }\r
-\r
- #footer\r
- {\r
- text-align: center;\r
- font: normal 1em "Georgia", sans-serif;\r
- color: #CCB;\r
- padding: 20px;\r
- }\r
-\r
- #content\r
- {\r
- background-color: #EAE0D6;\r
- padding: 20px;\r
- }\r
-\r
- #content p\r
- {\r
- padding: 0.2em 0 1.2em 0;\r
- font: normal 1em "Georgia", sans-serif;\r
- line-height: 140%;\r
- }\r
-\r
- #content tt\r
- {\r
- font: normal .9em "Consolas", sans-serif;\r
- background-color: #D3CAC1;\r
- padding: 0 0.2em 0 0.2em;\r
- border: 1px solid #000000;\r
- }\r
-\r
- #content h1\r
- {\r
- font: bold 1.3em "Georgia", sans-serif;\r
- color: #3D3229;\r
- margin-top: 2em;\r
- margin-bottom: 0.2em;\r
- }\r
-\r
- #content a\r
- {\r
- color: #3D3229;\r
- }\r
-\r
- #content img\r
- {\r
- display: block;\r
- margin-left: auto;\r
- margin-right: auto;\r
- margin-top: .5em;\r
- margin-bottom: 1em;\r
- }\r
-\r
- #installedinfo\r
- {\r
- text-align: center;\r
- font: italic 1.1em "Georgia", sans-serif !important;\r
- }\r
- </style>\r
- </head>\r
- <body>\r
- <div id="container">\r
- <div id="header">\r
- <h1>Thanks for using <span>LUFA</span></h1>\r
- </div>\r
-\r
- <div id="content">\r
- <p id="installedinfo">The LUFA extension is now installed into Atmel Studio, and\r
- is ready for use.\r
- </p>\r
-\r
- <h1>Create an Example Project</h1>\r
- <p>LUFA comes with a variety of example projects, showing off several of the library features. Also included is a number of\r
- bootloaders, full LUFA powered projects, and several user-contributed projects. To see these, open the <em>New Example Project</em>\r
- wizard from the <tt>File→New</tt> menu. Expand out the <em>FourWalledCubicle</em> node, then the <em>Dean Camera - LUFA</em> node to see a list\r
- of LUFA projects.\r
- </p>\r
-\r
- <img width="700px" src="NewExampleWizard.png" alt="Atmel Studio New Example Wizard" />\r
-\r
- <h1>Configure LUFA</h1>\r
- <p>The LUFA Atmel Studio extension is fully integrated into the Atmel Studio IDE, including the LUFA sub-modules. Open the\r
- <em>ASF Wizard</em> from the <tt>ASF→ASF Wizard</tt> menu, choose your project from your current solution, then choose\r
- the LUFA library as the extension to configure from the <em>Available Modules</em> portion of the wizard. Here you can\r
- add and remove LUFA modules to and from your project as you need them.\r
- </p>\r
-\r
- <img width="700px" src="ASFWizard.png" alt="Atmel ASF Module Wizard" />\r
-\r
- <h1>Find the Module APIs</h1>\r
- <p>You can view your project's included LUFA modules any time you need to from the <em>ASF Explorer</em> window, accessible from\r
- the <tt>ASF→ASF Explorer</tt> menu. Here you can find a link to the module's corresponding API documentation in the LUFA\r
- manual, as well as a direct link to the module's API header.\r
- </p>\r
-\r
- <img src="ASFExplorer.png" alt="Atmel ASF Explorer Tool Window" />\r
-\r
- <h1>Get Help</h1>\r
- <p>If you installed the integrated help package, you can view the LUFA manual from the <tt>Help→View Help</tt> menu, or just\r
- jump directly to the relevant documentation for a function, variable, type or other LUFA symbol in your code by first selecting\r
- it and pressing the <tt>F1</tt> key. If the integrated Help package fails to install, you can re-try from the\r
- <tt>Help→LUFA Help→Reinstall Local Help</tt> menu entry.\r
- </p>\r
-\r
- <img width="700px" src="LUFAHelpMenu.png" alt="Atmel ASF Module Wizard" />\r
-\r
- <p>The latest LUFA manual is also available for viewing <a href="http://www.lufa-lib.org/documentation">online</a>, if you\r
- do not wish to use the integrated help.\r
- </p>\r
- <p>\r
- If you are still stuck and need help, please post on the <a href="http://www.lufa-lib.org/support">LUFA Mailing List</a>\r
- - or just search the mailing list archives to see if your question has already been answered.\r
- </p>\r
-\r
- <h1>Read About the Latest Developments</h1>\r
- <p>Keep up to date with the latest LUFA news; read the <a href="http://www.fourwalledcubicle.com/blog">author's blog</a>,\r
- or see the <a href="http://www.fourwalledcubicle.com/">author's website</a>.\r
- </p>\r
- </div>\r
- </div>\r
- <div id="footer"><p>LUFA - <em>the Lightweight USB Framework for AVRs</em></p></div>\r
- </body>\r
-</html>\r