BM-Lite/HAL_Driver/RaspberryPi/README.md
Andrey Perminov 563f7c9f3a Added Linux HAL
BM-Lite HAL implementation for Linux use spidev for SPI access
and /sys/class/gpio for BM-Lite Reset & Status pin access
2021-07-07 14:30:30 -07:00

13 lines
439 B
Markdown

# BM-Lite Raspberry PI HAL
BM-Lite HAL implementation for Raspberry Pi 3.
Based on [BM-LIte Development Kit](https://www.fingerprints.com/solutions/access/bm-lite-development-kit/ "BM-LIte Development Kit")
### HW configuration
| | PIN # |
| :------------ | :------------: |
| BMLITE_RESET | 0 |
| BMLITE_IRQ | 22 |
| SPI_CHANNEL | 1 |
HW configuration can be changed in **BMLite_examples/RaspberryPi/inc/platform_rpi.h**