Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Flowtter/py-acr122u
/ types & classes
Types & classes
8 in github.com/Flowtter/py-acr122u
⨍
Functions
53
◇
Types & classes
8
↓ 4 callers
Class
Reader
src/py122u/nfc.py:14
Class
BitOutOfRange
Exception raised when you try to set a bit that does not exsist Attributes: message -- explanation of the error
src/py122u/error.py:51
Class
Error
Base class for exceptions in this module.
src/py122u/error.py:1
Class
InstructionFailed
Exception raised when the instruction failed Attributes: message -- explanation of the error
src/py122u/error.py:40
Class
NoCommunication
Exception raised when the communication can't be established. Attributes: message -- explanation of the error
src/py122u/error.py:18
Class
NoReader
Exception raised when no readers are plug to the computer. Attributes: message -- explanation of the error
src/py122u/error.py:7
Class
OptionOutOfRange
Exception raised when you try to access an element not in the `option.options` dictionary Attributes: message -- explanation of the error
src/py122u/error.py:29
Class
_PN532
the PN532 chip inside the ACR122U Methods in the class can be used to communicate with the chip see docs at: https://www.nxp.com/docs/
src/py122u/nfc.py:357