libpruio  0.6.8
Fast and easy Digital/Analog Input/Output for Beaglebones
1.bas File Reference

Example: minimal code for ADC input. More...

#include "BBB/pruio.bi"
Include dependency graph for 1.bas:

Go to the source code of this file.

Functions

int main ()
 

Variables

VAR io = NEW PruIo()
 create new driver UDT
 

Detailed Description

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. Find a functional description in section Simple (1).

Licence: GPLv3, Copyright 2014-2023 by Thomas{ doT ]Freiherr[ At ]gmx[ DoT }net

Compile by: fbc -w all 1.bas

Since
0.0

Definition in file 1.bas.

Function Documentation

◆ main()

int main ( )

The main function.

Definition at line 38 of file 1.bas.

Here is the call graph for this function: