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