lady ada
7a478bd864
clanged
2020-07-08 12:54:47 -04:00
lady ada
466294f894
manually add https://github.com/adafruit/Adafruit-Fingerprint-Sensor-Library/pull/79
2020-07-08 12:42:05 -04:00
lady ada
ead18cb5c3
doxy
2020-05-31 17:38:27 -04:00
lady ada
31858784a3
skip less
2020-05-31 17:23:34 -04:00
lady ada
876b9524b4
make example pick platforms better
2020-05-31 17:20:31 -04:00
lady ada
c3b47b4891
clanged
2020-05-31 17:18:23 -04:00
lady ada
adc60150aa
update examples to work with R series
2020-05-31 17:18:07 -04:00
lady ada
8792d131ed
added better debug, removed serial macro, full finger search and parameters fill
2020-05-31 16:41:47 -04:00
lady ada
80d81c416c
Merge branch 'master' of github.com:adafruit/Adafruit-Fingerprint-Sensor-Library
2020-05-30 23:01:47 -04:00
lady ada
31585c9dba
dont repeatedly run because no return val
2020-05-30 23:01:39 -04:00
dherrada
0939b6d354
Bump to 1.1.8
2020-05-28 14:53:52 -04:00
Limor "Ladyada" Fried
d9a95099bf
Merge pull request #78 from adafruit/actionci
...
Fixed doxygen index page
2020-05-28 14:26:40 -04:00
dherrada
ae839a30bf
Made doxygen pass
2020-05-27 10:47:32 -04:00
dherrada
806de7bbac
Bumped to 1.1.7
2020-05-25 14:01:54 -04:00
dherrada
eaea18cf7e
Removed conds surrounding ifs
2020-05-21 18:16:04 -04:00
dherrada
01a249a2f0
Clangeed
2020-05-20 14:28:02 -04:00
dherrada
2faa12d4fa
Revert "Fixed doxygen index page"
...
This reverts commit a7b90d4ed7 .
2020-05-20 14:25:03 -04:00
dherrada
8608f4be28
Fixed doxygen index page
2020-05-20 14:24:08 -04:00
dherrada
a7b90d4ed7
Fixed doxygen index page
2020-05-20 14:21:32 -04:00
siddacious
c9f7d3d0f9
bump version
2020-05-15 20:47:15 -07:00
Limor "Ladyada" Fried
192c79d6aa
Merge pull request #77 from Alexandros-Kordatzakis/master
...
Made option if=0 Fingerprints [Issue #76 ]
2020-05-09 18:37:01 -04:00
Alexandros Kordatzakis
9921923d99
Made option if=0 Fingerprints
2020-05-08 21:11:50 +03:00
dherrada
ff86731e93
Update library.properties
2020-04-25 14:00:26 -04:00
dherrada
1fc0ecd6f7
Added docs badge
2020-04-21 15:47:45 -04:00
siddacious
2b311df444
Merge pull request #73 from adafruit/actionci
...
actionified, formatted and doxy'd
2020-04-03 15:45:18 -07:00
siddacious
0f0a511b52
adding more skips
2020-03-30 18:51:07 -07:00
siddacious
f8d8a7038d
fixing skip typos
2020-03-30 14:01:12 -07:00
siddacious
04f734a9ec
actionified, formatted and doxy'd
2020-03-25 12:46:24 -07:00
siddacious
9d2ad40b19
Update library.properties
2019-09-13 15:43:22 -07:00
Limor "Ladyada" Fried
581b9e293e
Merge pull request #65 from kevinrigot/patch-1
...
Add small delay after serial initialization
2019-09-07 14:06:25 -04:00
Kevin Rigot
f777ca7ec8
Add small delay after serial initialization
...
I noticed that if you change a bit the setup code (by for example including a digitalWrite), they board was not able to find the fingerprint Sensor. By adding a small delay after the serial initialization, it solved the issue.
It might be related to my setup, but I waste a lot of time wondering why it was not detecting the sensor.
Board: NodeMcu Esp8266 12e
Fingerprint sensor: Not an Adafruit, Aliexpress one.
2019-09-07 10:41:37 +02:00
Szymon Kaliski
7ee423a892
Update library.properties
2019-01-23 14:32:42 +01:00
Limor "Ladyada" Fried
19da44f9ac
Merge pull request #49 from MichaelZaidman/HiFive1
...
Add HiFive1 board support
2019-01-23 02:43:38 -05:00
Michael Zaidman
5c6d11197e
exclide esp32 platforms from travis-ci build
...
There is no support for esp32 platforms yet. So, exclude esp32 from
travis-ci checking build.
Signed-off-by: Michael Zaidman <Michael.Zaidman@wdc.com>
2019-01-23 09:05:47 +02:00
Michael Zaidman
83aeb259be
exclide M4 platforms from travis-ci build
...
A close look into the travis-ci report shows that the build failed when
master branch is compiled for M4 platform since the compiler cannot find
the SoftwareSerial library which seems isn't implemented for M4 platform.
So, exclude it from the build.
Signed-off-by: Michael Zaidman <Michael.Zaidman@wdc.com>
2019-01-23 08:40:07 +02:00
Michael Zaidman
a65ca9d7e5
Add HiFive1 board support
...
The HiFive1 is the first Arduino-compatible RISC-V based board built with FE310
CPU from SiFive. The board is about 20 times faster than Arduino UNO.
Adding HiFive1 support into the library.
Signed-off-by: Michael Zaidman <Michael.Zaidman@wdc.com>
2019-01-22 12:27:56 +02:00
ladyada
a0dce93b2e
doxygen and one bugfix
2018-01-21 15:11:44 -05:00
ladyada
7480c1388b
typo fix
2018-01-21 15:00:42 -05:00
ladyada
630e16e4e0
fix all dox
2018-01-21 14:21:53 -05:00
ladyada
80e9477a4a
fix skips
2018-01-21 13:56:16 -05:00
ladyada
800d99d4d8
skip softwareserial examples
2018-01-21 13:40:07 -05:00
ladyada
ac38320850
prettier
2018-01-21 13:18:28 -05:00
ladyada
d650f274c5
basic travis
2018-01-21 13:17:32 -05:00
ladyada
b27fe2fb87
part of https://github.com/adafruit/Adafruit-Fingerprint-Sensor-Library/pull/35
2018-01-21 13:13:53 -05:00
ladyada
263d226778
remove old dox, update readme
2018-01-21 13:10:30 -05:00
ladyada
e6ed34a5c3
integrate https://github.com/adafruit/Adafruit-Fingerprint-Sensor-Library/issues/9
2017-11-28 00:18:13 -05:00
ladyada
28e7a85100
https://github.com/adafruit/Adafruit-Fingerprint-Sensor-Library/issues/9
2017-11-28 00:09:22 -05:00
ladyada
4421cad4fd
Merge branch 'RoelVB-master'
2017-11-28 00:05:20 -05:00
ladyada
e546f8e278
clarify packetizer and fix verify to fail right
2017-11-28 00:04:57 -05:00
ladyada
343e7da77f
Merge branch 'master' of https://github.com/RoelVB/Adafruit-Fingerprint-Sensor-Library into RoelVB-master
...
# Conflicts:
# Adafruit_Fingerprint.cpp
2017-11-27 23:42:59 -05:00