Mini board PCU9669 evaluation kit library

Dependents:   mini_board_PCU9669

Revision:
1:d7f7e0790f60
Parent:
0:0737f5596e3d
Child:
2:da1b02ca97ee
--- a/PCA9665_access.h	Thu Mar 15 04:01:44 2012 +0000
+++ b/PCA9665_access.h	Mon Mar 26 15:12:56 2012 +0000
@@ -1,8 +1,8 @@
 /** A sample code for "mini board PCU9669/PCA9665"
  *
- *  @author  Tedd OKANO, NXP Semiconductors
- *  @version 0.9
- *  @date    14-Feb-2011
+ *  @author  Akifumi (Tedd) OKANO, NXP Semiconductors
+ *  @version 1.0
+ *  @date    26-Mar-2011
  *
  *  Released under the MIT License: http://mbed.org/license/mit
  *
@@ -24,7 +24,7 @@
  *    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
- *    Uncomment the target name what you want to target. 
+ *    Un-comment the target name what you want to target. 
  */
 
 #ifndef MINIBOARD_PCA9665_ACCESS__
@@ -68,7 +68,6 @@
 int i2c_write_byte_mode( char addr, char *dp, char length, char restart_flag );
 int i2c_read_byte_mode( char addr, char *dp, char length, char restart_flag );
 
-
 void PCA9665_init( void );
 
 void indirect_write( char idaddr, char data );