avdweb_AnalogReadFast icon indicating copy to clipboard operation
avdweb_AnalogReadFast copied to clipboard

Results 4 avdweb_AnalogReadFast issues
Sort by recently updated
recently updated
newest added

With my Arduino Nano v3 I got an issue with mixing of input signals. The issue is caused by the increase ADC clock to 1 MHz, and it leaves not...

Hi, I am using it like that on an Arduino Uno Rev3: ``` #define THROW_ERROR_IF_NOT_FAST const byte analogPin = 14; //A0 is pin 14 void loop() { current_value = analogReadFast(analogPin);...

question

This library does not work with ATtiny3217. Need to build compatibility for ATtiny architecture.

enhancement
help wanted