We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to connect Fingerprint (AS608) sensor with Raspberry PI 3 B+.
finger.get_image() function is not waiting to put finger on sensor. returning 0x0 automatically.
finger.get_image()
used ttyUSB0 port.
I'm referring source code here https://github.com/adafruit/Adafruit_CircuitPython_Fingerprint/blob/main/examples/fingerprint_simpletest.py
Version's
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm trying to connect Fingerprint (AS608) sensor with Raspberry PI 3 B+.
finger.get_image()
function is not waiting to put finger on sensor. returning 0x0 automatically.used ttyUSB0 port.
I'm referring source code here https://github.com/adafruit/Adafruit_CircuitPython_Fingerprint/blob/main/examples/fingerprint_simpletest.py
Version's
The text was updated successfully, but these errors were encountered: