diff --git a/README.md b/README.md index 95a23e8..760874d 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/library.json b/library.json index 4f8b609..68af6fa 100644 --- a/library.json +++ b/library.json @@ -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", diff --git a/library.properties b/library.properties index fa95a4d..62bc7dd 100644 --- a/library.properties +++ b/library.properties @@ -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=*