mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-27 00:09:52 +01:00
Update pyscan.md
This commit is contained in:
@@ -8,7 +8,7 @@ aliases:
|
||||
|
||||
This basic example shows how to read an NFC card and authenticate it using a pre-defined access list.
|
||||
|
||||
```python
|
||||
``` python
|
||||
|
||||
from pyscan import Pyscan
|
||||
from MFRC630 import MFRC630
|
||||
@@ -62,4 +62,3 @@ _thread.start_new_thread(discovery_loop, (nfc, 0))
|
||||
```
|
||||
|
||||
You can find this, and all the other examples in our [pycom-libraries GitHub repository](https://github.com/pycom/pycom-libraries)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user