From [Arduino - AnalogReadResolution][2]: > `analogReadResolution()` is an extension of the Analog API for the > Arduino Due and Zero.

learn more… | top users | synonyms

0
votes
2answers
94 views

Can I use analogReadResolution() on an Uno or Leonardo?

I am trying to get a spectrum analyser up and running. I found the following code on Galileo GEN2 Project - Real-Time Audio Spectrum Analyzer1: /* * * Galileo GEN2 Project - Real-Time Audio ...