X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=sensors%2Fsensors%20test%20drivers%20%28c%29%2Freadme.txt;fp=sensors%2Fsensors%20test%20drivers%20%28c%29%2Freadme.txt;h=0000000000000000000000000000000000000000;hb=c9e069e6bc6ef28361a8b39731795621c957eddb;hp=80ca9a3dfed9c066dd9c46d427a0f291c02bdbf4;hpb=202b21b110e9165a90e49e03b87978e812266eaa;p=matches%2FMCTX3420.git diff --git a/sensors/sensors test drivers (c)/readme.txt b/sensors/sensors test drivers (c)/readme.txt deleted file mode 100644 index 80ca9a3..0000000 --- a/sensors/sensors test drivers (c)/readme.txt +++ /dev/null @@ -1,20 +0,0 @@ -This is a userspace application which accesses the adc via /dev/iio in continuous sampling mode. - -The application scans the scan_elements folder in /dev/iio/devices/iio:deviceX/scan_elements for enabled channels. - -Creates a data structure. - -Sets the buffer size. Enables the buffer. And reads from the dev file for the driver. - -The source code is located under kernel sources "drivers/staging/iio/Documentation/generic_buffer.c". - -How to compile: - -arm-arago-linux-gnueabi-gcc --static generic_buffer.c -o generic_buffer - -or - --gcc --static generic_buffer.c -o generic_buffer - - -SOURCE: https://github.com/ZubairLK/adc-iio-continuous-sampling-userspace \ No newline at end of file