Skip to content

Commit a13159e

Browse files
authored
Update fingerprint_picturetest.py
1 parent 6d0d17b commit a13159e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/fingerprint_picturetest.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
# SPDX-FileCopyrightText: 2023 Jim McKeown
22
# SPDX-License-Identifier: MIT
33

4-
"""Added 'View Print' and 'Preview and Find Print' to fingerprint_simpletest.py"""
5-
"""This example only works on single board computers with the use of Blinka"""
64
import time
7-
85
# import board
96
# import busio
107
# from digitalio import DigitalInOut, Direction
@@ -13,6 +10,9 @@
1310
import serial
1411
import adafruit_fingerprint
1512

13+
"""Added 'View Print' and 'Preview and Find Print' to fingerprint_simpletest.py"""
14+
"""This example only works on single board computers with the use of Blinka"""
15+
1616
# led = DigitalInOut(board.D13)
1717
# led.direction = Direction.OUTPUT
1818

0 commit comments

Comments
 (0)