We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c59c558 commit 72971b5Copy full SHA for 72971b5
README.md
@@ -1,8 +1,8 @@
1
-### avdweb_AnalogReadFast
+### Very fast analogRead()
2
The standard Arduino analogRead() takes about 112us for the AVR and 425us for the SAMD21, this is very slow.
3
The new function analogReadFast() takes just 21us.
4
5
-Compatible with:
+Compatibility:
6
- AVR boards: Arduino Uno, Nano, Mega, Leonardo, etc.
7
- SAMD21 boards: Arduino Zero, SAM 15x15, etc.
8
0 commit comments