Mini board PCU9669 evaluation kit library

Dependents:   mini_board_PCU9669

Revision:
4:b69135913a8f
Parent:
3:930ef1a6bc99
--- a/PCA9665_access.h	Wed Jul 11 11:18:52 2012 +0000
+++ b/PCA9665_access.h	Wed Jan 14 04:30:37 2015 +0000
@@ -1,8 +1,8 @@
 /** A sample code for "mini board PCU9669/PCA9665"
  *
  *  @author  Akifumi (Tedd) OKANO, NXP Semiconductors
- *  @version 1.1
- *  @date    11-Jul-2012
+ *  @version 1.2
+ *  @date    13-Jan-2015
  *
  *  Released under the MIT License: http://mbed.org/license/mit
  *
@@ -21,10 +21,10 @@
  *    Debug and code adjustment has been done on 08-Sep-2011.
  *    Small sanitization for main.cpp. All mbed related codes are moved in to "hardware_abs.*". 13-Oct-2011
  *    hardware_abs are moved into parallel_bus library folder, 3 LED driver operation sample 13-Feb.-2012
- *    PCU9669 and PCA9665 codes are packed in a project 14-Feb-2012. 
- *    
+ *    PCU9669 and PCA9665 codes are packed in a project 14-Feb-2012.
+ *
  *    Before builidng the code, please edit the file mini_board_PCU9669/config.h
- *    Un-comment the target name what you want to target. 
+ *    Un-comment the target name what you want to target.
  */
 
 #ifndef MINIBOARD_PCA9665_ACCESS__