1
0
mirror of synced 2025-02-17 11:08:36 +01:00

Update README.md

This commit is contained in:
Sucareto 2021-10-12 20:16:26 +08:00 committed by GitHub
parent 2b47cf7450
commit e07ba68cfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
# Arduino-Aime-Reader
使用 Arduino + PN532 + WS2812B 制作的 Aime 读卡器。支持 FelicabanapassportAimeMifare 卡模拟 Felica 是可选功能)。
通信数据格式参考 [Example.txt](doc/Example.txt) 和 [nfc.txt](doc/nfc.txt)。
通信数据格式参考了 [Segatools]() 和实体读卡器抓包数据,可在 [Example.txt](doc/Example.txt) 和 [nfc.txt](doc/nfc.txt) 查看
替换 chunihook.dll 可在控制台输出通信数据,源码在 [sg-cmd.c](tools/sg-cmd.c)。
#### 使用方法: