59 Commits

Author SHA1 Message Date
89edff1624 Update README.md
Fix typo
2021-05-30 17:31:23 +02:00
5fabec9061 Update Sample README.md
Add asciinema
2021-01-27 22:35:04 +01:00
0f2f35bfae Add xml doc 2021-01-27 21:59:49 +01:00
cec004e095 Add missing using 2021-01-23 11:42:36 +01:00
3e1932f598 Revert "Add Views namespace"
This reverts commit 5446ec3739.
2021-01-23 11:41:48 +01:00
5446ec3739 Add Views namespace 2021-01-23 11:39:21 +01:00
2843fe93a7 Fix event propagation
Add Modal to avoid upward event propagation
2021-01-23 11:37:28 +01:00
7b7e83a7d2 Add Views namespace
Move viewst to this namespace
2021-01-23 11:37:27 +01:00
c42abc1537 Update 'WaveshareUARTFingerprintSensor.Sample/README.md' v1.0.0.0 2021-01-12 18:35:59 +01:00
48f7f59594 Update 'README.md' 2021-01-12 18:26:57 +01:00
c416358def Update README.md 2021-01-12 18:21:53 +01:00
b9cc6e0aac Add README.md 2021-01-12 18:17:41 +01:00
2a413fb9fb Prepare for nuget 2021-01-12 16:27:48 +01:00
e602fb26c7 Add Settings 2021-01-10 01:54:25 +01:00
747db9d7dd [Sample] Add missing titles 2021-01-10 01:21:29 +01:00
56a0eecdc9 [Sample] Add Sleep command 2021-01-10 00:51:55 +01:00
7c2a102bee Fix Wake 2021-01-10 00:50:59 +01:00
15e3e5a82a Fix TryComparison11 and TryComparison1N 2021-01-10 00:50:37 +01:00
a50a7ec97e [Sample] Implement commands 2021-01-06 19:24:44 +01:00
c5a990d1cb Use gui.cs 2021-01-05 21:17:47 +01:00
19b6225b25 Check amount of received data
Fix a bug
2020-12-14 22:00:38 +01:00
7455000aae Update Test 2020-12-13 11:40:13 +01:00
e05296ed4c Add TryAcquireUserEigenvalues command 2020-12-07 19:10:55 +01:00
7f34c2af57 Remove checksum skip 2020-12-07 19:07:48 +01:00
6c2a5e3bab Optimize using Span 2020-12-07 18:57:10 +01:00
93e7af380a Add TryAcquireEigenvalues command 2020-12-07 18:30:43 +01:00
97f3ac4513 Add TryAcquireImage command 2020-12-07 18:23:02 +01:00
70e96a5055 Update ReadData
Now use a buffer and check how much bytes has been read
Don't use a sleep anymore
2020-12-01 17:01:08 +01:00
4889aecc47 Add more doc comments 2020-12-01 16:19:40 +01:00
23c6036924 Add doc comments 2020-12-01 16:17:25 +01:00
5a061d7600 Fix TryQueryPermission 2020-12-01 16:13:16 +01:00
e295afd899 Fix TryComparison1N
Should sleep more
2020-12-01 16:07:21 +01:00
6f5ff3ce00 Fix ReadData
Stupid serial
2020-12-01 15:53:13 +01:00
80e67f3afc Add ArrayDisplay Utils method 2020-12-01 15:33:43 +01:00
7b5716b8f3 Fix ComputeChecksumData 2020-12-01 15:33:08 +01:00
f93a821a2b Add TryGetComparisonLevel and TrySetComparisonLevel commands 2020-11-30 09:45:30 +01:00
76163715bb Add TryQueryPermission command 2020-11-30 09:39:50 +01:00
713a3a2188 Clean code 2020-11-30 09:36:46 +01:00
7fa2159d05 Add Comparison11 and TryComparison1N commands 2020-11-30 09:31:17 +01:00
bf8ce006e4 Add DeleteAllUsers command 2020-11-30 09:05:16 +01:00
da763d5912 Add DeleteUser command 2020-11-30 09:01:38 +01:00
4287e00665 Add AddFingerprintAndAcquireEigenvalues command 2020-11-30 09:01:33 +01:00
ca04700291 Add ReadData 2020-11-30 08:45:05 +01:00
6ea11cb368 Add Include in .csproj 2020-11-30 08:20:51 +01:00
933aac042f Add SensorStateException
Throws an exception if trying to send
a command while the sensor is sleeping
2020-11-30 08:14:43 +01:00
5af87ed327 Add readonly to fields 2020-11-30 08:13:11 +01:00
b2b275d638 Add AddFingerprint command 2020-11-30 07:54:16 +01:00
67fb46174a Fix Checksum 2020-11-24 17:07:13 +01:00
d601150e4d Update Waked delegate 2020-11-24 16:33:21 +01:00
2162ebad89 Add Waked event and Wake command 2020-11-24 16:30:45 +01:00