Skip to content

Commit 72971b5

Browse files
authored
Update README.md
1 parent c59c558 commit 72971b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
### avdweb_AnalogReadFast
1+
### Very fast analogRead()
22
The standard Arduino analogRead() takes about 112us for the AVR and 425us for the SAMD21, this is very slow.
33
The new function analogReadFast() takes just 21us.
44

5-
Compatible with:
5+
Compatibility:
66
- AVR boards: Arduino Uno, Nano, Mega, Leonardo, etc.
77
- SAMD21 boards: Arduino Zero, SAM 15x15, etc.
88

0 commit comments

Comments
 (0)