Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
avandalen authored Sep 7, 2024
1 parent 4ec50ec commit 042517a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Home Page <https://www.avdweb.nl/arduino/adc-dac/fast-10-bit-adc>

## 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.
Expand Down

0 comments on commit 042517a

Please sign in to comment.