no-OS
projects
eval-adxl355-pmdz
src
platform
platform_includes.h
Go to the documentation of this file.
1
/***************************************************************************/
33
#ifndef __PLATFORM_INCLUDES_H__
34
#define __PLATFORM_INCLUDES_H__
35
36
/******************************************************************************/
37
/***************************** Include Files **********************************/
38
/******************************************************************************/
39
#ifdef STM32_PLATFORM
40
#include "stm32/parameters.h"
41
#endif
42
43
#ifdef MAXIM_PLATFORM
44
#include "maxim/parameters.h"
45
#endif
46
47
#ifdef PICO_PLATFORM
48
#include "pico/parameters.h"
49
#endif
50
51
#ifdef ADUCM_PLATFORM
52
#include "aducm3029/parameters.h"
53
#endif
54
55
#ifdef IIO_SUPPORT
56
#include "
iio_app.h
"
57
#endif
58
59
#endif
/* __PLATFORM_INCLUDES_H__ */
iio_app.h
Header file of iio_app.
Generated by
1.8.17