1
0
mirror of synced 2024-11-27 17:11:01 +01:00

改名。

This commit is contained in:
Sucaretto 2021-04-04 17:24:25 +08:00
parent 99d62e4c0e
commit 7fe5a739af
2 changed files with 2 additions and 3 deletions

View File

@ -1,8 +1,7 @@
# Arduino-Chunithm-Reader
使用 Arduino + PN532 + WS2812B 制作的 Chunithm 读卡器。
使用 38400 波特率监听 COM12 端口和 aimeReaderHost 通信,通信数据格式可参考 [card.txt](https://github.com/Sucareto/Arduino-Chunithm-Reader/blob/main/doc/card.txt) 和 [nfc.txt](https://github.com/Sucareto/Arduino-Chunithm-Reader/blob/main/doc/nfc.txt)。
使用 Arduino + PN532 + WS2812B 制作的 Aime 读卡器。
通信数据格式可参考 [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)。
#### 引用库:
[驱动WS2812B FastLED.h](https://github.com/FastLED/FastLED)
[驱动PN532 Adafruit_PN532.h](https://github.com/adafruit/Adafruit-PN532)