Mini board PCU9669 evaluation kit library

Dependents:   mini_board_PCU9669

Revision:
1:d7f7e0790f60
Parent:
0:0737f5596e3d
Child:
2:da1b02ca97ee
--- a/PCA9665_access.c	Thu Mar 15 04:01:44 2012 +0000
+++ b/PCA9665_access.c	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. 
  */
 
 #include "PCA9665_access.h"
@@ -110,11 +110,6 @@
 }
 
 void PCA9665_init( void ) {
-    hardware_reset( ASSERT );                        //  assert hardware /RESET sgnal
-    hw_wait_us( 1000 );
-    hardware_reset( DEASSERT );                        //  deassert hardware /RESET sgnal
-    hw_wait_us( 1000 );
-
     write_data( I2CCON, 0x40 );
     hw_wait_us( 1000 );