/*!
 * @file        readme.txt
 *
 * @brief       This file is routine instruction
 *
 * @version     V1.0.0
 *
 * @date        2025-01-01
 *
 * @attention
 *
 *  Copyright (C) 2025 Geehy Semiconductor
 *
 *  You may not use this file except in compliance with the
 *  GEEHY COPYRIGHT NOTICE (GEEHY SOFTWARE PACKAGE LICENSE).
 *
 *  The program is only for reference, which is distributed in the hope
 *  that it will be useful and instructional for customers to develop
 *  their software. Unless required by applicable law or agreed to in
 *  writing, the program is distributed on an "AS IS" BASIS, WITHOUT
 *  ANY WARRANTY OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the GEEHY SOFTWARE PACKAGE LICENSE for the governing permissions
 *  and limitations under the License.
 */

&par Example Description

This demo shows how to use the UART. The UART will return the received data
with polling mode.

&par Hardware Description

Use INT(TX) pin and PLUS(RX) pin.

UART configured as follow:
  - BaudRate    = 115200
  - Stop Bit    = 1bit
  - Parity      = No
  - TxSeq       = LSB
  - Receive and transmit enabled

&par Directory contents

  - UART/UART_Polling/Source/bmp561_int.c        Interrupt handlers
  - UART/UART_Polling/Source/Source/main.c          Main program

&par Hardware and Software environment

  - This example runs on BMP561 Devices.
