https://github.com/stm32duino/nfc-rfal
Arduino library for the RF/NFC abstraction layer (RFAL)
https://github.com/stm32duino/nfc-rfal
Last synced: 3 months ago
JSON representation
Arduino library for the RF/NFC abstraction layer (RFAL)
- Host: GitHub
- URL: https://github.com/stm32duino/nfc-rfal
- Owner: stm32duino
- License: other
- Created: 2021-09-02T16:51:21.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-19T09:37:43.000Z (about 2 years ago)
- Last Synced: 2023-12-19T11:43:34.774Z (about 2 years ago)
- Language: C++
- Size: 369 KB
- Stars: 6
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NFC-RFAL
The code is the implementation of the RF/NFC abstraction layer (RFAL) for the ST NFC card readers.
The RFAL simplifies the development of applications by encapsulating device and protocol details.
## Documentation
You can find the source files at
https://github.com/stm32duino/NFC-RFAL
## Version History
### Version 2.0.0
- This version is based on version 3.0.0 of the RFAL Middlewares from STM32Cube.