mirror of
https://github.com/STMicroelectronics/STM32CubeF4.git
synced 2025-05-10 19:29:12 +08:00
31 lines
1.2 KiB
Plaintext
31 lines
1.2 KiB
Plaintext
/**
|
|
@page I2S_EXAMPLES I2S Example
|
|
|
|
@verbatim
|
|
******************** (C) COPYRIGHT 2017 STMicroelectronics *******************
|
|
* @file I2S/readme.txt
|
|
* @author MCD Application Team
|
|
* @brief Description of I2S example.
|
|
******************************************************************************
|
|
*
|
|
* Copyright (c) 2017 STMicroelectronics. All rights reserved.
|
|
*
|
|
* This software component is licensed by ST under BSD 3-Clause license,
|
|
* the "License"; You may not use this file except in compliance with the
|
|
* License. You may obtain a copy of the License at:
|
|
* opensource.org/licenses/BSD-3-Clause
|
|
*
|
|
******************************************************************************
|
|
@endverbatim
|
|
|
|
The STM32CubeF4 firmware package comes with the following Examples and Applications
|
|
making use of I2S peripheral:
|
|
- /Projects/STM324xG_EVAL/Examples/I2S/I2S_Audio
|
|
- /Projects/STM324xG_EVAL/Applications/USB_Device/AUDIO_Standalone
|
|
- /Projects/STM32F401-Discovery/Applications/Audio/Audio_playback_and_record
|
|
- /Projects/STM32F4-Discovery/Applications/Audio/Audio_playback_and_record
|
|
|
|
* <h3><center>© COPYRIGHT STMicroelectronics</center></h3>
|
|
*/
|
|
|