Compare commits
3 Commits
b9cc6e0aac
...
v1.0.0.0
| Author | SHA1 | Date | |
|---|---|---|---|
| c42abc1537 | |||
| 48f7f59594 | |||
| c416358def |
@@ -34,6 +34,7 @@ if (sensor.TryGetUserCount(out ushort count))
|
|||||||
|
|
||||||
Here is a table of which serial port to use on which Raspberry Pi,
|
Here is a table of which serial port to use on which Raspberry Pi,
|
||||||
it may be different for you
|
it may be different for you
|
||||||
|
|
||||||
| Model | Port |
|
| Model | Port |
|
||||||
| --------- | ---------------------- |
|
| --------- | ---------------------- |
|
||||||
| Pi Zero | Primary (/dev/ttyAMA0) |
|
| Pi Zero | Primary (/dev/ttyAMA0) |
|
||||||
|
|||||||
@@ -17,6 +17,6 @@ You can compile it using any **C# IDE** that supports **.Net Framework** or by r
|
|||||||
|
|
||||||
## Copyright and license
|
## Copyright and license
|
||||||
|
|
||||||
*[**WaveshareUARTFingerprintSensor**](../README.md)* library is licensed under the [MIT License](../LICENSE).
|
[**WaveshareUARTFingerprintSensor**](../README.md) library is licensed under the [MIT License](../LICENSE).
|
||||||
|
|
||||||
*[**gui.cs**](https://github.com/migueldeicaza/gui.cs/)* library is under the [MIT License](https://github.com/migueldeicaza/gui.cs/blob/master/LICENSE).
|
[**gui.cs**](https://github.com/migueldeicaza/gui.cs/) library is under the [MIT License](https://github.com/migueldeicaza/gui.cs/blob/master/LICENSE).
|
||||||
|
|||||||
Reference in New Issue
Block a user