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

Update README.md

This commit is contained in:
Sucareto 2021-06-20 14:58:23 +08:00 committed by GitHub
parent 1a91bb4a9f
commit a7e4f0a834
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,9 +10,9 @@ Arduino 和 PN532 接好 VCCGNDSDASCL
上传程序。
打开设备管理器,设置 Arduino 的 COM 号,一些参考如下:
ChunithmCOM12支持读取 Felica 和 Aime
Ongeki/SinmaiCOM1仅支持读取 Aime
MaiMai FinaleCOM2仅支持读取 Aime
- ChunithmCOM12支持读取 Felica 和 Aime
- Ongeki/SinmaiCOM1仅支持读取 Aime
- MaiMai FinaleCOM2仅支持读取 Aime
某些 Arduino 可能需要在打开主程序前给串口发送 DTR/RTS需要先打开一次 Arduino 串口监视器再启动主程序。
如果是 Chunithm可以在启动前运行一次 [DTR-RTS.exe](https://github.com/Sucareto/Arduino-Aime-Reader/blob/main/tools/DTR-RTS.exe) 以向 COM1 和 COM12 发送DTR/RTS。
@ -24,5 +24,5 @@ MaiMai FinaleCOM2仅支持读取 Aime
- NodeMCU 1.0ESP-12E + CP2102SDA=D2SCL=D1
#### 引用库:
[驱动WS2812B FastLED.h](https://github.com/FastLED/FastLED)
[驱动PN532 PN532.h](https://github.com/elechouse/PN532)
- [驱动WS2812B FastLED.h](https://github.com/FastLED/FastLED)
- [驱动PN532 PN532.h](https://github.com/elechouse/PN532)