• is it possible to make for loop with some delay? I want to make an average sum for first few readings from ADS but for loop without delay between following readings pico return only 0 value,
    when with the same code but analogRead function instead of ads read it works fine, maybe ADS need some time to send another value and for loop in espruino is to fast? some debounce kind operation is necessary?

About

Avatar for bigplik @bigplik started