Skip to content

Commit

Permalink
Update fingerprint_picturetest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-mckeown authored Apr 29, 2023
1 parent 6d0d17b commit a13159e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/fingerprint_picturetest.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
# SPDX-FileCopyrightText: 2023 Jim McKeown
# SPDX-License-Identifier: MIT

"""Added 'View Print' and 'Preview and Find Print' to fingerprint_simpletest.py"""
"""This example only works on single board computers with the use of Blinka"""
import time

# import board
# import busio
# from digitalio import DigitalInOut, Direction
Expand All @@ -13,6 +10,9 @@
import serial
import adafruit_fingerprint

"""Added 'View Print' and 'Preview and Find Print' to fingerprint_simpletest.py"""
"""This example only works on single board computers with the use of Blinka"""

# led = DigitalInOut(board.D13)
# led.direction = Direction.OUTPUT

Expand Down

0 comments on commit a13159e

Please sign in to comment.