mirror of https://github.com/joan2937/pigpio
V58
This commit is contained in:
parent
57cf9892e2
commit
2bd75cd1c4
2
pigpio.3
2
pigpio.3
|
@ -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
|
||||||
|
|
2
pigpio.c
2
pigpio.c
|
@ -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 ------------------------------------------------------- */
|
||||||
|
|
||||||
|
|
2
pigpio.h
2
pigpio.h
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
.
|
.
|
||||||
|
|
Loading…
Reference in New Issue