Release 1.01

Revision:
2:1d5204d29bc5
Parent:
1:86f6ebbe4fd1
--- a/ButtonController.h	Thu Sep 12 11:27:59 2019 +0000
+++ b/ButtonController.h	Tue Sep 17 13:48:28 2019 +0000
@@ -1,4 +1,27 @@
-#ifndef _BUTTON_CONTROLLER_
+/**************************************************************************//**
+ * @file     ButtonController.h
+ * @brief    Base class for wrapping the interface with the GPIO Extender.
+ * @version: V1.0
+ * @date:    9/17/2019
+
+ *
+ * @note
+ * Copyright (C) 2019 E3 Design. All rights reserved.
+ *
+ * @par
+ * E3 Designers LLC is supplying this software for use with Cortex-M3 LPC1768
+ * processor based microcontroller for the ESCM 2000 Monitor and Display.  
+ *  *
+ * @par
+ * THIS SOFTWARE IS PROVIDED "AS IS".  NO WARRANTIES, WHETHER EXPRESS, IMPLIED
+ * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF
+ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE.
+ * ARM SHALL NOT, IN ANY CIRCUMSTANCES, BE LIABLE FOR SPECIAL, INCIDENTAL, OR
+ * CONSEQUENTIAL DAMAGES, FOR ANY REASON WHATSOEVER.
+ *
+ ******************************************************************************/
+ 
+ #ifndef _BUTTON_CONTROLLER_
 #define _BUTTON_CONTROLLER_
 
 #include "mbed.h"