1
0
mirror of synced 2024-11-14 19:57:36 +01:00

Update README.md

This commit is contained in:
Sucareto 2021-04-24 21:46:21 +08:00 committed by GitHub
parent 5509907344
commit ab585249bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
# Arduino-Aime-Reader
使用 Arduino + PN532 + WS2812B 制作的 Aime 读卡器。支持 FelicaAimeMifare 卡模拟 Felica 是可选功能)。
使用 Arduino + PN532 + WS2812B 制作的 Aime 读卡器。支持 FelicaBanaAimeMifare 卡模拟 Felica 是可选功能)。
通信数据格式可参考 [card.txt](https://github.com/Sucareto/Arduino-Aime-Reader/blob/main/doc/card.txt) 和 [nfc.txt](https://github.com/Sucareto/Arduino-Aime-Reader/blob/main/doc/nfc.txt)。
替换 chunihook.dll 可在控制台输出通信数据,源码在 [sg-cmd.c](https://github.com/Sucareto/Arduino-Chunithm-Reader/blob/main/tools/sg-cmd.c)。