Skip to content

Commit 41e37ca

Browse files
committed
Updated library properties for pull request.
1 parent 9621942 commit 41e37ca

File tree

3 files changed

+3
-13
lines changed

3 files changed

+3
-13
lines changed

Diff for: README.md

-10
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,6 @@ Fingerprint Scanner-TTL
1616

1717
This is a great fingerprint module from ADH-Tech that communicates over 3.3V TTL Serial so you can easily embed it into your next project. This repository contains Arduino example code to work with it. This code has been tested with GT-521F32, GT-521F52, GT-511C3, and GT-511C1R.
1818

19-
Fork purpose
20-
====================================
21-
This fork implements a few of the remaining commands needed to extract the fingerprint DB contained in the original device, allowing to implement a server-based IoT service.
22-
23-
Commands to implement:
24-
* bool GetImage()
25-
* bool GetRawImage()
26-
* int GetTemplate(int)
27-
* int SetTemplate(byte*, int, bool)
28-
2919
Repository Contents
3020
-------------------
3121
* **/examples** - Example code to interface with the sensor.

Diff for: library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"repository":
66
{
77
"type": "git",
8-
"url": "https://github.com/Fasgort/Fingerprint_Scanner-TTL.git"
8+
"url": "https://github.com/sparkfun/Fingerprint_Scanner-TTL.git"
99
},
1010
"version": "1.2.2",
1111
"frameworks": "arduino",

Diff for: library.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name=Fingerprint Scanner TTL
22
version=1.2.2
33
author=Josh Hawley, modified by David López Chica
4-
maintainer=David López Chica
4+
maintainer=SparkFun Electronics
55
sentence=Arduino examples for ADH-Tech's Fingerprint Scanners.
66
paragraph=This is a great fingerprint module from ADH-Tech that communicates over 3.3V TTL Serial so you can easily embed it into your next project. This repository contains Arduino example code to work with it. This code has been tested with GT-521F32, GT-521F52, GT-511C3, and GT-511C1R.
77
category=Sensors
8-
url=https://github.com/Fasgort/Fingerprint_Scanner-TTL
8+
url=https://github.com/sparkfun/Fingerprint_Scanner-TTL
99
architectures=*

0 commit comments

Comments
 (0)