From 2484b217d7919ef2c0c9ce3fb0a44ffb88206612 Mon Sep 17 00:00:00 2001 From: Guy McSwain Date: Fri, 18 Dec 2020 10:16:08 -0600 Subject: [PATCH] Update README.md Removed pi4b experimental statement. --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 8727e74..e326fca 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,6 @@ 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 - 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. - sudo pigpiod -d 5 -e 8 to specify primary 5, secondary 8.** - ## Features * Sampling and time-stamping of GPIO 0-31 between 100,000 and 1,000,000 times per second