1Building
2========
3Build and run from this directory. Example:
4
5    gcc ../test_deviceio/ma_test_deviceio.c -o bin/test_deviceio -ldl -lm -lpthread -Wall -Wextra -Wpedantic -std=c89
6    ./bin/test_deviceio
7
8Output files will be placed in the "res/output" folder.
9