Add new tag for the LUFA-120219-BETA release.
[pub/USBasp.git] / LUFA / Drivers / Board / XMEGA / A3BU_XPLAINED / Buttons.h
index 1665fa4..7382791 100644 (file)
@@ -1,18 +1,18 @@
 /*
              LUFA Library
-     Copyright (C) Dean Camera, 2011.
+     Copyright (C) Dean Camera, 2012.
 
   dean [at] fourwalledcubicle [dot] com
-      www.fourwalledcubicle.com
+           www.lufa-lib.org
 */
 
 /*
-  Copyright 2011  Dean Camera (dean [at] fourwalledcubicle [dot] com)
+  Copyright 2012  Dean Camera (dean [at] fourwalledcubicle [dot] com)
 
-  Permission to use, copy, modify, and distribute this software
-  and its documentation for any purpose and without fee is hereby
-  granted, provided that the above copyright notice appear in all
-  copies and that both that the copyright notice and this
+  Permission to use, copy, modify, distribute, and sell this
+  software and its documentation for any purpose is hereby granted
+  without fee, provided that the above copyright notice appear in
+  all copies and that both that the copyright notice and this
   permission notice and warranty disclaimer appear in supporting
   documentation, and that the name of the author not be used in
   advertising or publicity pertaining to distribution of the
                                PORTF_PIN2CTRL = PORT_OPC_PULLUP_gc;
                        }
 
+                       static inline void Buttons_Disable(void)
+                       {
+                               PORTE_OUTCLR = BUTTONS_BUTTON1;
+                               PORTF_OUTCLR = (BUTTONS_BUTTON2 | BUTTONS_BUTTON3);
+
+                               PORTE_PIN5CTRL = 0;
+                               PORTF_PIN1CTRL = 0;
+                               PORTF_PIN2CTRL = 0;
+                       }
+
                        static inline uint8_t Buttons_GetStatus(void) ATTR_WARN_UNUSED_RESULT;
                        static inline uint8_t Buttons_GetStatus(void)
                        {