Skip to content

Commit a8fcb04

Browse files
committed
V1.2.0 Release: Implemented Data_Packet and methods GetImage() and GetRawImage().
Other changes: - Memory optimizations. - Some minor fixes in other methods. - Tested with GT-511C3: baud rates 38400 and 57600 work pretty well.
2 parents 4d01c32 + ae59956 commit a8fcb04

File tree

4 files changed

+497
-231
lines changed

4 files changed

+497
-231
lines changed

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"type": "git",
88
"url": "https://github.com/Fasgort/Fingerprint_Scanner-TTL.git"
99
},
10-
"version": "1.1.1",
10+
"version": "1.2.0",
1111
"frameworks": "arduino",
1212
"platforms": "atmelavr"
1313
}

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Fingerprint Scanner TTL
2-
version=1.1.0
2+
version=1.2.0
33
author=Josh Hawley, modified by David López Chica
44
maintainer=David López Chica
55
sentence=Arduino examples for ADH-Tech's Fingerprint Scanners.

0 commit comments

Comments
 (0)