-
-
Notifications
You must be signed in to change notification settings - Fork 2
SM25 fingerprint library for STM32
License
nimaltd/Fingerprint-SM25-
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
1)Open Stm32CubeMX.
2)Enable a gpio as input for Finger detection pin.
3)Enable USART and Enable RX interrupt(115200 default module).
4)Change Selected USART to LL Library.
5) Select "General peripheral Initalizion as a pair of '.c/.h' file per peripheral" on project settings.
6)Config your Board on "FingerprintConfig.h"
7)Put FP_RxCallBack() function to your Interrupt routin on "stm32fxxx_it.c".
8)Put FP_Loop() into your "while" in Main Function.
9)Call FP_Init().
About
SM25 fingerprint library for STM32
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published