/**
 @page GPIO_InputOutput

 @verbatim
 * @file    GPIO/InputOutput/readme.txt
 * @version V1.0
 * @date    04/11/2011
 * @brief   Description of GPIO input/output example.
 @endverbatim


@par Example Description

This example describes how to use GPIO to read the data from GPIO pin and output to another GPIO pin.

@par Directory contents

- GPIO/InputOutput/main.c               Main program
- GPIO/InputOutput/ht32f125x_it.c       Interrupt handlers
- GPIO/InputOutput/ht32f125x_it.h       Header file of the interrupt handlers
- GPIO/InputOutput/ht32f125x_conf.h     Firmware library configuration file
- GPIO/InputOutput/system_ht32f125x.c   System configuration file

@par Hardware and Software environment

- Connect pin PB10 to Push-Button WAKEUP via jumper J10.
- Connect pin PB11 to Push-Button KEY1 via jumper J11.
- Connect pin PA5 to LED1 via jumper J13.
- Connect pin PA6 to LED2 via jumper J14.

- This example can run on HT32F125x series.

 * <h2><center>Copyright (C) 2011 Holtek Semiconductor Inc. All rights reserved</center></h2>
 */
