From 162a962a0207b27e5ec2c141c9497b432ab558fb Mon Sep 17 00:00:00 2001 From: Brian Bulkowski Date: Mon, 21 Sep 2020 17:45:10 -0700 Subject: [PATCH] Update readme slightly --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index be2d206..adce20b 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,12 @@ below, the RMT interface even has a Espressif provided example! Thus the journey code working and soak up the interrupt latency. But, the I2S hardware is almost certainly better than RMT. It has more parallelism, and less code, -and seems enormously resistant to glitches. The default is I2S, see below. +and seems enormously resistant to glitches. + +The default is I2S, see below. + +HOWEVER, in my testing, I did find a case where I2S did not work right, and RMT did. I haven't +tracked that down yet, but you might well try RMT if you notice any pecularities. # TL;DR about this repo