Release 1.01

Revision:
2:1d5204d29bc5
Parent:
0:b6d729ae4f27
--- a/mcp23s08.cpp	Thu Sep 12 11:27:59 2019 +0000
+++ b/mcp23s08.cpp	Tue Sep 17 13:48:28 2019 +0000
@@ -1,3 +1,25 @@
+/**************************************************************************//**
+ * @file     mcp23s08.cpp
+ * @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.
+ *
+ ******************************************************************************/
 #include "mbed.h"
 #include "mcp23s08.h"