##// END OF EJS Templates
Added ARM CMSIS for fast math and circle drawing function for ili9328 driver.
Added ARM CMSIS for fast math and circle drawing function for ili9328 driver.

File last commit:

r14:c6ae61909bfd default
r41:27c5438a4566 dev_alexis
Show More
selftest.h
41 lines | 1.7 KiB | text/x-c | CLexer
/**
******************************************************************************
* @file selftest.h
* @author MCD Application Team
* @version V1.0.0
* @date 19-September-2011
* @brief Header for selftest.c module
******************************************************************************
* @attention
*
* THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS
* WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE
* TIME. AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY
* DIRECT, INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING
* FROM THE CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE
* CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS.
*
* <h2><center>&copy; COPYRIGHT 2011 STMicroelectronics</center></h2>
******************************************************************************
*/
/* Define to prevent recursive inclusion -------------------------------------*/
#ifndef __SELFTEST_H
#define __SELFTEST_H
/* Includes ------------------------------------------------------------------*/
#include <stdio.h>
#include "main.h"
/* Exported types ------------------------------------------------------------*/
/* Exported constants --------------------------------------------------------*/
/* Exported macro ------------------------------------------------------------*/
/* Exported functions ------------------------------------------------------- */
void Audio_Test(void);
void Accelerometer_MEMS_Test(void);
void USB_Test(void);
void Microphone_MEMS_Test(void);
#endif /* __SELFTEST_H */
/******************* (C) COPYRIGHT 2011 STMicroelectronics *****END OF FILE****/