Commit graph

47 commits

Author SHA1 Message Date
Michael Fraefel
b9175cb792
Fixed typo in setBaudRate
There was a typo in the setBaudRate method. For that reason, it was not possible to change the baudrate.
2022-09-03 11:37:06 +02:00
Ali Tavakoli
ff739da402 Fix doxygen warnings 2022-06-03 13:16:10 +04:30
Ali Tavakoli
ca104a93f4 Formating source file with clang-format. 2022-06-03 12:58:10 +04:30
Ali Tavakoli
8331a47ad7 Add write register instruction.
To change security level we need to write register instruction.
2022-06-02 12:37:25 +04:30
Arend-Jan van Hilten
b966a01062
Fix code style mistake 2022-05-20 00:11:53 +02:00
Arend-Jan van Hilten
da24fee6ea
Fix data buffer overflow wrong length bytes
Sometimes receiving byte 6 or 7 is wrong and packet->length will be very high. There was no check that any more bytes could fit into the packet->data buffer. This could resulted in crashes or strange behavior.
2022-05-19 23:44:10 +02:00
Limor "Ladyada" Fried
09356393df
Merge pull request #102 from caternuson/fix_warn
Add casts to fix warns
2021-10-09 11:06:04 -04:00
caternuson
83711f6aed add casts to fix warns 2021-10-09 07:58:23 -07:00
hathach
e9ef326a1e clang 2021-06-30 19:30:09 +07:00
hathach
e2eb06d8a5 fix warnings, some is treated as error in esp8266 2021-06-30 19:23:47 +07:00
On Freund
68041678ac Fix lint error 2020-10-15 12:15:32 +03:00
On Freund
e36e76834a Support a stream for serial 2020-10-15 11:58:55 +03:00
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
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
dherrada
ae839a30bf Made doxygen pass 2020-05-27 10:47:32 -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
8608f4be28 Fixed doxygen index page 2020-05-20 14:24:08 -04:00
siddacious
04f734a9ec actionified, formatted and doxy'd 2020-03-25 12:46:24 -07: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
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
b27fe2fb87 part of https://github.com/adafruit/Adafruit-Fingerprint-Sensor-Library/pull/35 2018-01-21 13:13:53 -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
ladyada
7772710bdc doxydox 2017-11-27 23:26:18 -05:00
RoelVB
3d035126e9 Added password support 2017-11-27 20:58:16 +01:00
ladyada
3b7bf7df54 hand merge https://github.com/adafruit/Adafruit-Fingerprint-Sensor-Library/pull/14 2017-11-25 00:23:56 -05:00
ladyada
1a34e81891 https://github.com/adafruit/Adafruit-Fingerprint-Sensor-Library/pull/24
but more generalized
2017-11-25 00:03:13 -05:00
driverblock
5be04ea145 implement receive packet buffer
Packets could overflow on receive.  Implemented a receive packet buffer.
2017-03-05 15:38:16 -05:00
driverblock
589d70dc9c Updated to work with Due
Got rid of SoftwareSerial for non-AVR processors
2016-01-26 08:36:09 -05:00
ladyada
5d9f57d798 added hardware serial support, added to examples 2015-10-21 00:55:04 -04:00
driverblock
569f6b9f76 Add functions to read templates back to Arduino
Added loadModel and getModel functions.  loadModel copies template to
char buffer 1 in sensor.  getModel sends template out over serial to
Arduino.  Template data appears to be 78 bytes long.
2014-09-18 15:11:05 -04:00
ladyada
fc00444912 got rid of ancient #includes, added 1 second delay on begin() 2014-08-06 12:41:25 -04:00
driverblock
57b70ab541 Added deleteModel(id) function
deleteModel function deletes a fingerprint from the sensor at the
specified ID
2014-07-24 15:32:42 -04:00
ladyada
e156f7940e fix typo 2014-07-11 11:53:10 -04:00
lady ada
47e89d5689 typo assignment fix 2012-11-03 19:24:44 -04:00
cycloon
c5947444cf Implement Function TemplateCount
TemplateCount gets the number of templates stored in memory. Also added
translated documentation for this one.
2012-10-03 09:55:48 +02:00
cycloon
e0936a173d Add support for "empty" and add documentation
Implement the command "empty" that empties the database of the sensor.
Also add that part of the documentation in english (translated via
Google Translate).
2012-10-02 23:51:28 +02:00
Paint Your Dragon
db806ead8e Compiles in Arduino 0023 and 1.0 2012-03-26 09:44:56 -07:00
Ladyada
be9bc77638 updated headers, included enroll example 2012-03-19 17:26:47 -04:00
Ladyada
2ab7801659 Working test code 2012-03-19 15:36:35 -04:00