|
1 | | -# Product Name |
| 1 | +# M5Unit - FINGER |
2 | 2 |
|
3 | 3 | ## Overview |
4 | 4 |
|
5 | | -### SKU:xxx |
| 5 | +Library for Meters using [M5UnitUnified](https://github.com/m5stack/M5UnitUnified). |
| 6 | +M5UnitUnified is a library for unified handling of various M5 units products. |
6 | 7 |
|
7 | | -Description of the product |
| 8 | +### SKU:U008 |
| 9 | +Unit Finger is a fingerprint recognition sensor. It integrates the FPC1020A capacitive fingerprint recognition module, featuring multi-fingerprint entry, image processing, feature extraction, fingerprint comparison, and search functions. |
8 | 10 |
|
9 | | -## Related Link |
10 | | - |
11 | | -- [Document & Datasheet](https://docs.m5stack.com/en/unit/product_Link) |
12 | | - |
13 | | -## Required Libraries: |
| 11 | +### SKU:U074 |
14 | 12 |
|
15 | | -- [Adafruit_BMP280_Library](https://github.com/adafruit/Required_Libraries_Link) |
16 | | - |
17 | | -## License |
| 13 | +Hat Finger is a fingerprint recognition sensor. It integrates the FPC1020SC capacitive fingerprint recognition module, featuring multi-fingerprint entry, image processing, feature extraction, fingerprint matching, and search functions. |
18 | 14 |
|
19 | | -- [Product Name- MIT](LICENSE) |
20 | 15 |
|
21 | | -## Remaining steps(Editorial Staff Look,After following the steps, remember to delete all the content below) |
| 16 | +## Related Link |
| 17 | +See also examples using conventional methods here. |
22 | 18 |
|
23 | | -1. Change [clang format check path](./.github/workflows/clang-format-check.yml#L42-L47). |
24 | | -2. Add License content to [LICENSE](/LICENSE). |
25 | | -3. Change link on line 78 of [bug-report.yml](./.github/ISSUE_TEMPLATE/bug-report.yml#L79). |
| 19 | +- [Unit Finger Document & Datasheet](https://docs.m5stack.com/en/unit/finger) |
| 20 | +- [Hat Finger Document & Datasheet](https://docs.m5stack.com/en/hat/hat-finger) |
26 | 21 |
|
27 | | -```cpp |
28 | | -Example |
29 | | -# M5Unit-ENV |
30 | 22 |
|
31 | | -## Overview |
| 23 | +## License |
32 | 24 |
|
33 | | -### SKU:U001 & U001-B & U001-C |
| 25 | +- [M5Unit-FINGER - MIT](LICENSE) |
34 | 26 |
|
35 | | -Contains M5Stack-**UNIT ENV** series related case programs.ENV is an environmental sensor with integrated SHT30 and QMP6988 internally to detect temperature, humidity, and atmospheric pressure data. |
| 27 | +## Examples |
| 28 | +See also [examples/UnitUnified](examples/UnitUnified) |
36 | 29 |
|
37 | | -## Related Link |
| 30 | +## Doxygen document |
| 31 | +[GitHub Pages](https://m5stack.github.io/M5Unit-FINGER/) |
38 | 32 |
|
39 | | -- [Document & Datasheet](https://docs.m5stack.com/en/unit/envIII) |
| 33 | +If you want to generate documents on your local machine, execute the following command |
40 | 34 |
|
41 | | -## Required Libraries: |
| 35 | +``` |
| 36 | +bash docs/doxy.sh |
| 37 | +``` |
42 | 38 |
|
43 | | -- [Adafruit_BMP280_Library](https://github.com/adafruit/Adafruit_BMP280_Library) |
| 39 | +It will output it under docs/html |
| 40 | +If you want to output Git commit hashes to html, do it for the git cloned folder. |
44 | 41 |
|
45 | | -## License |
| 42 | +### Required |
| 43 | +- [Doxyegn](https://www.doxygen.nl/) |
| 44 | +- [pcregrep](https://formulae.brew.sh/formula/pcre2) |
| 45 | +- [Git](https://git-scm.com/) (Output commit hash to html) |
46 | 46 |
|
47 | | -- [M5Unit-ENV - MIT](LICENSE) |
48 | | -``` |
0 commit comments