Example: minimal code for ADC input. More...
#include "stdio.h"
#include "libpruio/pruio.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
The main function. More... | |
Example: minimal code for ADC input.
This file contains an short and simple example for text output of the analog input lines. It's designed for the description pages and shows the basic usage of libpruio with a minimum of source code, translatable between FreeBASIC and C. Find a functional description in section Simple (1).
Licence: GPLv3, Copyright 2014-2023 by Thomas{ doT ]Freiherr[ At ]gmx[ DoT }net
Compile by: gcc -Wall -o 1 1.c -lpruio
Definition in file 1.c.