Although the measure_single_shot cmd has an execution time of 5 secs, we can do other stuff in the meantime and come back to collect the sample after 5 seconds. This should be legal according to the chip datasheet, and seems to work in my test setup here.
...useful for async code.
Although the
measure_single_shot
cmd has an execution time of 5 secs, we can do other stuff in the meantime and come back to collect the sample after 5 seconds. This should be legal according to the chip datasheet, and seems to work in my test setup here.