so you can do something like: ```rust nfc.confg(...); loop { pe4.wait_for_low().await; let status = nfc.poll().await; } ``` or something maybe?