In the data sheet it's mentioned to wait for 120ns, so where should I include delay?
@TechTalks27128 күн бұрын
in SI70XX_example.c if you scroll down the file, just below the grayed out code, you will see a function call saying delay(80) you can change it to delay(120) or delay(150)