Example: minimal code for ADC input. More...
#include "../pruio/pruio.bi"
Go to the source code of this file.
Variables | |
VAR | io = NEW PruIo() |
create new driver UDT 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.
Licence: GPLv3
Copyright 2014 by Thomas{ dOt ]Freiherr[ At ]gmx[ DoT }net
Compile by:
fbc -w all 1.bas
Definition in file 1.bas.