/**
  @page Demo NUCLEO-C031C6_Demo_V1.0.0.hex

  @verbatim
  ******************************************************************************
  * @file    readme.txt
  * @author  MCD Application Team
  * @brief   Description of NUCLEO-C031C6 Demo
  ******************************************************************************
  *
  * Copyright (c) 2022 STMicroelectronics. All rights reserved.
  *
  * This software is licensed under terms that can be found in the LICENSE file
  * in the root directory of this software component.
  * If no LICENSE file comes with this software, it is provided AS-IS.
  *
  ******************************************************************************
  @endverbatim

@par Demo Description

Demonstration of firmware based on STM32Cube. This example provides firmware to
to help you to discover STM32 Cortex-M devices that are plugged onto an your
STM32 board.

This demo demonstrates how to use the NUCLEO-C031C6 board to blink an LED at different speeds when the user button is pressed.
The LED blinks at three different speeds, and each press of the user button changes the blinking speed.

@par Hardware and Software environment

  - This demo runs on STM32C031C6Tx devices.

  - This demo has been tested with NUCLEO-C031C6 board and can be
    easily tailored to any other supported device and development board.

@par How to use it ?

In order to make the program work, you must do the following :

  - Open STM32CubeProgrammer
  - Connect the NUCLEO-C031C6 board to PC with USB cable and click on STM32CubeProgrammer "Connect" button
  - From Erasing and programming Menu, browse to select the binary file from build folder, then click on start programming
  - Run the Demo

 */
