analog read


 i want read 2000 analog samples in 1 second , print total samples on serial monitor..

can use time sensitive while loops

what functionality of
milliseconds=millis();
 millis()-10
millisseconds+=10;

go ahead.

yes can use time sensitive while loop, tho loop might well

you hard pressed *store* 2000 values in uno, mega might work better.


Arduino Forum > Using Arduino > Programming Questions > analog read


arduino

Comments

Popular posts from this blog

ffmpeg h264_omx encoder - libomxcore.so missing. - Raspberry Pi Forums

'setTime' was not declared in this scope

php - Class PDO not found in laravel 5.2 -