添加已测试开发板信息。
This commit is contained in:
parent
4cac07cb0e
commit
1a91bb4a9f
11
README.md
11
README.md
@ -10,14 +10,19 @@ Arduino 和 PN532 接好 VCC,GND,SDA,SCL;
|
||||
上传程序。
|
||||
|
||||
打开设备管理器,设置 Arduino 的 COM 号,一些参考如下:
|
||||
Chunithm:COM12,支持 Felica 和 Aime;
|
||||
Ongeki/Sinmai:COM1,仅支持 Aime;
|
||||
MaiMai Finale:COM2,仅支持 Aime;
|
||||
Chunithm:COM12,支持读取 Felica 和 Aime;
|
||||
Ongeki/Sinmai:COM1,仅支持读取 Aime;
|
||||
MaiMai Finale:COM2,仅支持读取 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。
|
||||
如果需要向其他端口发送,可以修改 [DTR-RTS.c](https://github.com/Sucareto/Arduino-Aime-Reader/blob/main/tools/DTR-RTS.c) 然后编译。
|
||||
|
||||
#### 已测试开发板:
|
||||
- SparkFun Pro Micro(ATmega32U4),需要发送 DTR/RTS
|
||||
- SparkFun SAMD21 Dev Breakout(ATSAMD21G18)
|
||||
- NodeMCU 1.0(ESP-12E + CP2102),SDA=D2,SCL=D1
|
||||
|
||||
#### 引用库:
|
||||
[驱动WS2812B FastLED.h](https://github.com/FastLED/FastLED)
|
||||
[驱动PN532 PN532.h](https://github.com/elechouse/PN532)
|
||||
|
Loading…
Reference in New Issue
Block a user