28 lines
491 B
C
28 lines
491 B
C
/* Define to prevent recursive inclusion -------------------------------------*/
|
|
#ifndef __HELLOWERLOD_H
|
|
#define __HELLOWERLOD_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
/* Includes ------------------------------------------------------------------*/
|
|
|
|
/** @defgroup helloworld_Exported_Functions
|
|
* @{
|
|
*/
|
|
|
|
void HelloWorld_init(void);
|
|
|
|
/**
|
|
* @}
|
|
*/
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /* __HELLOWERLOD_H */
|
|
|
|
/******************* (C) COPYRIGHT 2009 STMicroelectronics *****END OF FILE****/
|