Skip to content

Commit

Permalink
Updated library properties for pull request.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fasgort committed Nov 28, 2018
1 parent 9621942 commit 41e37ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,6 @@ Fingerprint Scanner-TTL

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.

Fork purpose
====================================
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.

Commands to implement:
* bool GetImage()
* bool GetRawImage()
* int GetTemplate(int)
* int SetTemplate(byte*, int, bool)

Repository Contents
-------------------
* **/examples** - Example code to interface with the sensor.
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"repository":
{
"type": "git",
"url": "https://github.com/Fasgort/Fingerprint_Scanner-TTL.git"
"url": "https://github.com/sparkfun/Fingerprint_Scanner-TTL.git"
},
"version": "1.2.2",
"frameworks": "arduino",
Expand Down
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name=Fingerprint Scanner TTL
version=1.2.2
author=Josh Hawley, modified by David López Chica
maintainer=David López Chica
maintainer=SparkFun Electronics
sentence=Arduino examples for ADH-Tech's Fingerprint Scanners.
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.
category=Sensors
url=https://github.com/Fasgort/Fingerprint_Scanner-TTL
url=https://github.com/sparkfun/Fingerprint_Scanner-TTL
architectures=*

0 comments on commit 41e37ca

Please sign in to comment.