MicroPython_PN532/examples
George Waters 02c063079a
Add support to 'listen' for tags
This adds support to break the `read_passive_target` function up into
two parts if desired. First tell the PN532 to listen for tags, and then
explicitly ask to read the UID from the tag. This can be useful when
trying to simultaneously scan tags and run timing sensitive code, like
updating neopixels, and don't want to wait for the timeout delay of
`read_passive_target`.
2020-07-27 15:53:36 -04:00
..
pn532_readwrite_mifare.py Re-ran black 2020-03-17 15:40:30 -04:00
pn532_readwrite_ntag2xx.py Re-ran black 2020-03-17 15:40:30 -04:00
pn532_simplelisten.py Add support to 'listen' for tags 2020-07-27 15:53:36 -04:00
pn532_simpletest.py Re-ran black 2020-03-17 15:40:30 -04:00