forked from Zero-V4x/Arduino-Aime-Reader-EN
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
修改了逻辑,可以正确读取mifare卡。
- Loading branch information
Showing
6 changed files
with
82 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Arduino-Chunithm-Reader | ||
使用 Arduino + PN532 + WS2812B 制作的 Chunithm 读卡器。 | ||
使用 38400 波特率监听 COM12 端口和 aimeReaderHost 通信,通信数据格式可参考 [card.txt](https://github.com/Sucareto/Arduino-Chunithm-Reader/blob/main/card.txt) 和 [nfc.txt](https://github.com/Sucareto/Arduino-Chunithm-Reader/blob/main/nfc.txt)。 | ||
替换 chunihook.dll 可在控制台输出通信数据,源码在 [sg-cmd.c](https://github.com/Sucareto/Arduino-Chunithm-Reader/blob/main/sg-cmd.c)。 | ||
使用 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)。 | ||
替换 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) | ||
[驱动WS2812B FastLED.h](https://github.com/FastLED/FastLED) | ||
[驱动PN532 Adafruit_PN532.h](https://github.com/adafruit/Adafruit-PN532) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.