-a value | DMA memory allocation mode | 0=AUTO, 1=PMAP, 2=MBOX | Default AUTO
|
-b value | GPIO sample buffer size in milliseconds | 100-10000 | Default 120
|
-c value | Library internal settings | | Default 0
|
-d value | Primary DMA channel | 0-14 | Default 14
|
-e value | Secondary DMA channel | 0-14 | Default 6. Preferably use one of DMA channels 0 to 6 for the secondary channel
|
-f | Disable fifo interface | | Default enabled
|
-g | Run in foreground (do not fork) | | Default disabled
|
-k | Disable local and remote socket interface | | Default enabled
|
-l | Disable remote socket interface | | Default enabled
|
-m | Disable alerts (sampling) | | Default enabled
|
-n IP address | Allow IP address to use the socket interface | Name (e.g. paul) or dotted quad (e.g. 192.168.1.66) | If the -n option is not used all addresses are allowed (unless overridden by the -k or -l options). Multiple -n options are allowed. If -k has been used -n has no effect. If -l has been used only -n localhost has any effect
|
-p value | Socket port | 1024-32000 | Default 8888
|
-s value | Sample rate | 1, 2, 4, 5, 8, or 10 microseconds | Default 5
|
-t value | Clock peripheral | 0=PWM 1=PCM | Default PCM. pigpio uses one or both of PCM and PWM. If PCM is used then PWM is available for audio. If PWM is used then PCM is available for audio. If waves or hardware PWM are used neither PWM nor PCM will be available for audio.
|
-v -V | Display pigpio version and exit | |
|
-x mask | GPIO which may be updated | A 54 bit mask with (1<<n) set if the user may update GPIO #n | Default is the set of user GPIO for the board revision. Use -x -1 to allow all GPIO
|