mini board PCU9669 (and PCA9665) sample code
Dependencies: mbed PCU9669 utility PCA9665 I2C_slaves parallel_bus
Fork of mini_board_PCU9669_old by
Sample code for PCU9669 (PCU9661, PCA9663, PCA9661 and PCA9665) evaluation board.
PCU9669 evaluation board: Mini board PCU9669
User manual is available -> http://www.nxp.com/documents/user_manual/UM10580.pdf
Diff: config.h
- Revision:
- 6:1fc6a640d320
- Parent:
- 5:57c345099873
- Child:
- 8:6120bbbe3636
--- a/config.h Mon Mar 26 06:17:23 2012 +0000 +++ b/config.h Mon Mar 26 15:23:45 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,11 +24,11 @@ * 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. */ -//#define CODE_FOR_PCU9669 +#define CODE_FOR_PCU9669 //#define CODE_FOR_PCA9663 -#define CODE_FOR_PCA9665 +//#define CODE_FOR_PCA9665