![]() |
rasProject_01 / weSweetHome
R. 116 2026-05-14
process control / RasPi software by weinert-automation
|
A program to list Raspberry's GPIO chip infos. More...
#include <stdio.h>#include <unistd.h>#include "arch/config.h"#include <errno.h>#include <fcntl.h>#include <sys/ioctl.h>#include <linux/gpio.h>Variables | |
| char const | prgNamPure [] |
| The pure program name. | |
| char const | prgSVNdat [] |
| The complete SVN date string. | |
| char const | prgSVNrev [] |
| The complete SVN revision string. | |
A program to list Raspberry's GPIO chip infos.
Revision history
This program runs on any Pi with a PiOS not to old. To get the info it might be necessary to run sudo ~/bin/gpioChipInfo
Compile on Pi by: g++ gpioChipInfo.c -o gpioChipInfo
Compile on Windows using our make by: /code make PROGRAM=gpioChipInfo TARGET=pi4play clean all make PROGRAM=gpioChipInfo 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.