no-OS
iio_example.h
Go to the documentation of this file.
1 /***************************************************************************/
34 #ifndef __IIO_EXAMPLE_H__
35 #define __IIO_EXAMPLE_H__
36 
37 /******************************************************************************/
38 /************************ Functions Declarations ******************************/
39 /******************************************************************************/
40 int iio_example_main();
41 
42 #endif /* __IIO_EXAMPLE_H__ */
iio_example_main
int iio_example_main()
IIO example main execution.
Definition: iio_example.c:56