nRF Connect SDK API 0.1.0
|
int ei_wrapper_add_data | ( | const float * | data, |
size_t | data_size | ||
) |
#include <include/ei_wrapper.h>
Add input data for the library.
Size of the added data must be divisible by input frame size.
[in] | data | Pointer to the buffer with input data. |
[in] | data_size | Size of the data (number of floating-point values). |
0 | If the operation was successful. Otherwise, a (negative) error code is returned. |