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.