hi, I want to write code for analogReads sampling, in C i use for loop, I want to make let say 50-100 reads before I print them to console or to display, then can make analogRead a bit more precise as the readings floats a bit when use just simple analogRead function and timer Interval,
I appreciate some advice in this case
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
hi, I want to write code for analogReads sampling, in C i use for loop, I want to make let say 50-100 reads before I print them to console or to display, then can make analogRead a bit more precise as the readings floats a bit when use just simple analogRead function and timer Interval,
I appreciate some advice in this case