From 042517a5ade2b440c2a725cf76510c64638b00bb Mon Sep 17 00:00:00 2001 From: Albert van Dalen Date: Sat, 7 Sep 2024 23:24:21 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index daeb58e..4ad1680 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Home Page -## Very fast `analogRead()` +## Faster `analogRead()` The standard Arduino `analogRead()` takes about `112us` for the AVR and `425us` for the SAMD21, this is very slow. The new function analogReadFast() takes just 21us.