Skip to content

Preventing issues using isBusy() in continuous mode

Latest
Compare
Choose a tag to compare
@wollewald wollewald released this 14 Nov 20:37
fe08755

If while(adc.isBusy()) was used in continuous mode, the while loop was ongoing forever. This is changed now.