![]() |
rasProject_01 / weSweetHome
R. 77 2025-03-07
process control / RasPi software by weinert-automation
|
A simple program to list Raspberry's GPIO register states 76 (26.02.2025) Copyright (c) 2024 Albrecht Weinert weinert-automation.de a-weinert.de. More...
#include <stdio.h>
#include <getopt.h>
#include <pigpio.h>
#include <pigpiod_if2.h>
#include "weGPIOd.h"
#include <unistd.h>
#include "arch/config.h"
Variables | |
char const | prgNamPure [] |
The pure program name. More... | |
char const | prgSVNdat [] |
The complete SVN date string. More... | |
char const | prgSVNrev [] |
The complete SVN revision string. More... | |
A simple program to list Raspberry's GPIO register states 76 (26.02.2025) Copyright (c) 2024 Albrecht Weinert weinert-automation.de a-weinert.de.
This is simple GPIO program doing neither input nor out nor changing GPIO register state. It just lists states cuased by other IO programs running. Do do so it will not try to get the conventional gpiod lock.
Compile on Pi by: g++ gpioListExp.c -o gpioListExp -lpigpiod_if2
Compile on Windows by: /code make PROGRAM=gpioListExp TARGET=pi4play clean all make PROGRAM=gpioListExp TARGET=pi4play FTPuser=sweet:0123 progapp /endcode
char const prgNamPure[] |
The pure program name.
To be provided in the application's / program's source.
char const prgSVNrev[] |
The complete SVN revision string.
To be provided in the application's / program's source.
char const prgSVNdat[] |
The complete SVN date string.
To be provided in the application's / program's source.