avdweb_AnalogReadFast
avdweb_AnalogReadFast copied to clipboard
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);...
This library does not work with ATtiny3217. Need to build compatibility for ATtiny architecture.