tenderlove / nfc

NFC is a ruby wrapper for the Near Field Communication library.
90 stars 27 forks source link

Enable passive target polling #4

Closed pcarranzav closed 10 years ago

pcarranzav commented 10 years ago

This pull request enables the use of nfc_initiator_poll_target. It gives an alternative to nfc_initiator_select_passive_target that doesn't block indefinitely waiting for a target, which is better for some applications. Cheers!