Added new LEDs_Disable(), Buttons_Disable() and Joystick_Disable() functions to the...
[pub/USBasp.git] / LUFA / Drivers / Board / LEDs.h
index e1f6b4c..839a059 100644 (file)
                 */
                static inline void LEDs_Init(void);
 
+               /** Disables the board LED driver, releasing the I/O pins back to their default high-impedence input mode. */
+               static inline void LEDs_Disable(void);
+
                /** Turns on the LEDs specified in the given LED mask.
                 *
                 *  \param[in] LEDMask  Mask of the board LEDs to manipulate (see board-specific LEDs.h driver file).