mirror of
https://github.com/clockworkpi/WiringPi.git
synced 2025-12-12 16:08:49 +01:00
Added fixed for a few minor things. pin driver for rht03/dht type sensors. Network stuff is experimental - for now.
10 lines
266 B
C
10 lines
266 B
C
/*
|
|
* daemonise.h:
|
|
* Fairly generic "Turn the current process into a daemon" code.
|
|
*
|
|
* Copyright (c) 2016-2017 Gordon Henderson.
|
|
*********************************************************************************
|
|
*/
|
|
|
|
extern void daemonise (const char *pidFile) ;
|