![]() |
rasProject_01 / weSweetHome
R. 116 2026-05-14
process control / RasPi software by weinert-automation
|
A console program to fetch 1-wire sensor data. More...
#include "sysBasic.h"#include "we1wire.h"#include <sys/file.h>#include <signal.h>#include <errno.h>#include <getopt.h>#include "weUtil.h"#include "sweetHome.h"#include <dirent.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 console program to fetch 1-wire sensor data.
Revision history
Program functions
This programs reason for existence is the determination of the 1-wire sensors connected to the controller (the "pi") present. It also reveals their real location in the file system. Get this information by an program argument -s or –sensors.
For some extra functions use –help, -h or -?.
Cross build on PC by:
program by:
and the using the command displayed, like e.g. winscp.com /script=progTransWin /parameter sweet:0123 meterPi bin getOneWireData
| 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.