We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d0d17b commit a13159eCopy full SHA for a13159e
examples/fingerprint_picturetest.py
@@ -1,10 +1,7 @@
1
# SPDX-FileCopyrightText: 2023 Jim McKeown
2
# SPDX-License-Identifier: MIT
3
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"""
6
import time
7
-
8
# import board
9
# import busio
10
# from digitalio import DigitalInOut, Direction
@@ -13,6 +10,9 @@
13
import serial
14
11
import adafruit_fingerprint
15
12
+"""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"""
+
16
# led = DigitalInOut(board.D13)
17
# led.direction = Direction.OUTPUT
18
0 commit comments