Example: get state of pullup input. More...
#include "stdio.h"
#include <termios.h>
#include <unistd.h>
#include <errno.h>
#include <sys/types.h>
#include <sys/time.h>
#include "../c_wrapper/pruio_c_wrapper.h"
#include "../c_wrapper/pruio_pins.h"
Go to the source code of this file.
Macros | |
#define | _GNU_SOURCE 1 |
#define | PIN P8_07 |
Functions | |
int | isleep (unsigned int mseconds) |
wait for keystroke or timeout More... | |
int | main (int argc, char **argv) |
Example: get state of pullup input.
This file contains an example on how to use libpruio to print out the state of the digital GPIOs and the analog input lines.
Licence: GPLv3
Copyright 2014 by Thomas{ dOt ]Freiherr[ At ]gmx[ DoT }net
Compile by:
gcc -Wall -o button button.c -lpruio -L"/usr/local/lib/freebasic/" -lfb -lpthread -lprussdrv -ltermcap -lsupc++ -Wno-unused-variable
Definition in file button.c.
int isleep | ( | unsigned int | mseconds) |