This commit is contained in:
joan 2016-11-03 16:36:56 +00:00
parent 57cf9892e2
commit 2bd75cd1c4
5 changed files with 10 additions and 3 deletions

View File

@ -10065,6 +10065,8 @@ A 16-bit word value.
.br .br
#define PI_DEFAULT_IF_FLAGS 0 #define PI_DEFAULT_IF_FLAGS 0
.br .br
#define PI_DEFAULT_FOREGROUND 0
.br
#define PI_DEFAULT_DMA_CHANNEL 14 #define PI_DEFAULT_DMA_CHANNEL 14
.br .br
#define PI_DEFAULT_DMA_PRIMARY_CHANNEL 14 #define PI_DEFAULT_DMA_PRIMARY_CHANNEL 14

View File

@ -25,7 +25,7 @@ OTHER DEALINGS IN THE SOFTWARE.
For more information, please refer to <http://unlicense.org/> For more information, please refer to <http://unlicense.org/>
*/ */
/* pigpio version 57 */ /* pigpio version 58 */
/* include ------------------------------------------------------- */ /* include ------------------------------------------------------- */

View File

@ -31,7 +31,7 @@ For more information, please refer to <http://unlicense.org/>
#include <stdint.h> #include <stdint.h>
#include <pthread.h> #include <pthread.h>
#define PIGPIO_VERSION 57 #define PIGPIO_VERSION 58
/*TEXT /*TEXT

View File

@ -63,6 +63,11 @@ Disable fifo interface.
. .
Default enabled Default enabled
. .
.IP "\fB-g\fP"
Run in foreground (do not fork).
.
Default disabled
.
.IP "\fB-k\fP" .IP "\fB-k\fP"
Disable local and remote socket interface. Disable local and remote socket interface.
. .

View File

@ -26,7 +26,7 @@ For more information, please refer to <http://unlicense.org/>
*/ */
/* /*
This version is for pigpio version 56+ This version is for pigpio version 58+
*/ */
#include <sys/types.h> #include <sys/types.h>