![]() |
no-OS
|
#include "iio_app.h"#include "common_data.h"#include "no_os_util.h"#include "no_os_print_log.h"#include "no_os_delay.h"#include "iio_ad405x.h"Macros | |
| #define | DATA_BUFFER_SIZE 1000 |
Functions | |
| int | example_main () |
| Basic example main executiont. | |
Variables | |
| uint8_t | iio_data_buffer [DATA_BUFFER_SIZE *sizeof(int32_t)] |
| #define DATA_BUFFER_SIZE 1000 |
| int example_main | ( | void | ) |
Basic example main executiont.
Basic example main executiont.
| uint8_t iio_data_buffer[DATA_BUFFER_SIZE *sizeof(int32_t)] |