Update README.md

This commit is contained in:
joan2937 2019-07-03 11:55:57 +01:00 committed by GitHub
parent e7c8ff0341
commit a4801d7bd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -3,11 +3,11 @@
pigpio is a C library for the Raspberry which allows control of the
General Purpose Input Outputs (GPIO).
At the moment pigpio on the Pi4B is experimental. I am not sure if the DMA channels
**At the moment pigpio on the Pi4B is experimental. I am not sure if the DMA channels
being used are safe. The Pi4B defaults are primary channel 7, secondary channel 6.
If these channels do not work you will have to experiment. You can set the channels
used by the pigpio daemon by invoking it with the -d and -e options, e.g.
<small>sudo pigpiod -d 5 -e 8</small> to specify primary 5, secondary 8.
<small>sudo pigpiod -d 5 -e 8</small> to specify primary 5, secondary 8.**
## Features