Update Atmel Studio getting started page and associated images.
authorDean Camera <dean@fourwalledcubicle.com>
Sun, 12 May 2013 20:45:11 +0000 (22:45 +0200)
committerDean Camera <dean@fourwalledcubicle.com>
Sun, 12 May 2013 20:45:11 +0000 (22:45 +0200)
LUFA/Drivers/Board/LEDs.h
LUFA/StudioIntegration/VSIX/GettingStarted.htm
LUFA/StudioIntegration/VSIX/LUFAHelpMenu.png

index dd7fd11..09c9cc5 100644 (file)
@@ -76,7 +76,7 @@
  *  \code
  *      // Initialize the board LED driver before first use
  *      LEDs_Init();
- *      
+ *
  *      // Turn on each of the four LEDs in turn
  *      LEDs_SetAllLEDs(LEDS_LED1);
  *      Delay_MS(500);
  *      Delay_MS(500);
  *      LEDs_SetAllLEDs(LEDS_LED4);
  *      Delay_MS(500);
- *      
+ *
  *      // Turn on all LEDs
  *      LEDs_SetAllLEDs(LEDS_ALL_LEDS);
  *      Delay_MS(1000);
- *      
+ *
  *      // Turn on LED 1, turn off LED 2, leaving LEDs 3 and 4 in their current state
  *      LEDs_ChangeLEDs((LEDS_LED1 | LEDS_LED2), LEDS_LED1);
  *  \endcode
 
        /* Preprocessor Checks: */
                #if !defined(__DOXYGEN__)
+                       #if !defined(LEDS_NO_LEDS)
+                               #define LEDS_NO_LEDS   0
+                       #endif
+
+                       #if !defined(LEDS_ALL_LEDS)
+                               #define LEDS_ALL_LEDS  (LEDS_LED1 | LEDS_LED2 | LEDS_LED3 | LEDS_LED4)
+                       #endif
+
                        #if !defined(LEDS_LED1)
                                #define LEDS_LED1      0
                        #endif
index ca230b0..1cb595c 100644 (file)
@@ -43,7 +43,7 @@
 \r
                        #header span\r
                        {\r
-                               color: #998\r
+                               color: #998;\r
                        }\r
 \r
                        #footer\r
        <body>\r
                <div id="container">\r
                        <div id="header">\r
-                               <h1>Thanks for installing <span>LUFA</span></h1>\r
+                               <h1>Thanks for using <span>LUFA</span></h1>\r
                        </div>\r
 \r
                        <div id="content">\r
index 92416f0..3f9d2ca 100644 (file)
Binary files a/LUFA/StudioIntegration/VSIX/LUFAHelpMenu.png and b/LUFA/StudioIntegration/VSIX/LUFAHelpMenu.png differ