Files

There are no circuits or boards in this repository.

Last update 4 years 2 months by thackerthanthis
Fileslibrariesavdweb_AnalogReadFast-master
..
Test_AnalogReadFast
README.md
avdweb_AnalogReadFast.h
keywords.txt
library.properties
README.md

Very fast 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.

Compatibility

  • AVR boards: Arduino Uno, Nano, Mega, Leonardo, etc.
  • SAMD21 boards: Arduino Zero, SAM 15x15, etc.

<![CDATA[]]>http://www.avdweb.nl/arduino/libraries/fast-10-bit-adc.html<![CDATA[]]>

Report a bug