Team Riedel - display

Dependencies:   LCD_fonts SPI_TFT_ILI9341 CMSIS_DSP_401_without_cm4 mbed-src SDFileSystem wavfile

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers main.h Source File

main.h

Go to the documentation of this file.
00001 /**
00002   ******************************************************************************
00003   * @file    main.h 
00004   * @author  Central Labs
00005   * @version V1.0.0
00006   * @date    7-May-2015
00007   * @brief   Header for main.c module
00008   ******************************************************************************
00009    * @attention
00010   *
00011   * <h2><center>&copy; COPYRIGHT(c) 2014 STMicroelectronics</center></h2>
00012   *
00013   * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License");
00014   * You may not use this file except in compliance with the License.
00015   * You may obtain a copy of the License at:
00016   *
00017   *        http://www.st.com/software_license_agreement_liberty_v2
00018   *
00019   * Redistribution and use in source and binary forms, with or without modification,
00020   * are permitted provided that the following conditions are met:
00021   *   1. Redistributions of source code must retain the above copyright notice,
00022   *      this list of conditions and the following disclaimer.
00023   *   2. Redistributions in binary form must reproduce the above copyright notice,
00024   *      this list of conditions and the following disclaimer in the documentation
00025   *      and/or other materials provided with the distribution.
00026   *   3. Neither the name of STMicroelectronics nor the names of its contributors
00027   *      may be used to endorse or promote products derived from this software
00028   *      without specific prior written permission.
00029   *
00030   * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
00031   * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
00032   * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
00033   * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
00034   * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
00035   * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
00036   * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
00037   * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
00038   * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
00039   * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
00040   *
00041   ********************************************************************************
00042   */
00043 
00044 /* Define to prevent recursive inclusion -------------------------------------*/
00045 #ifndef __MAIN_H
00046 #define __MAIN_H
00047 
00048 /* Includes ------------------------------------------------------------------*/
00049 
00050 #include "audio_if.h"    
00051 //#include "x_nucleo_cca02m1_audio_l4.h"
00052 #include "stm32l476g_discovery_audio.h"
00053 #include "SDFileSystem.h"
00054 #include "wavfile.h"
00055 //AUDIO INCLUDES
00056 #include "arm_const_structs.h"
00057 #include "math.h"
00058 #include "core_cm4.h"
00059 #include "core_cm4_simd.h"
00060 #include "core_cmFunc.h"
00061 #include "core_cmInstr.h"
00062 #include "stdint.h"
00063 //END AUDIO INCLUDES
00064 
00065 /* Exported types ------------------------------------------------------------*/
00066 /* Exported constants --------------------------------------------------------*/
00067 /* Exported macro ------------------------------------------------------------*/
00068 /* Exported functions ------------------------------------------------------- */
00069 
00070 
00071 //extern DigitalIn mybutton;
00072 //extern DigitalOut myled;
00073 extern Serial pc;
00074 extern SDFileSystem sd;
00075 
00076 
00077 #endif /* __MAIN_H */
00078 
00079 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
00080