Update README.md

This commit is contained in:
Jarno Lehtinen 2017-10-14 12:08:11 +03:00 committed by GitHub
parent 8ba8e3e937
commit ba5f7d3b5c
1 changed files with 4 additions and 0 deletions

View File

@ -181,6 +181,10 @@ leonardo.menu.usb_name.leonardo_4.build.usb_product="SNES-adapter"
### New board to Arduino IDE
If you add new board to Arduino IDE, it survives from Arduino IDE updates. Copy `boards.txt` to `{sketchbook folder}\hardware\retroadapter\avr\`.
Restart Arduino IDE and select Tools -> Board -> Arduino Pro Micro Retroadapter.
It changes VID to 0x8282 and PID to 0x3201 (Keio Retro Adapter).
### Arduino Uno R3
Arduino UNO R3 includes ATmega16u2 (along with ATmega328p) and it can be used too, but it needs some extra work (code doesn't work without modifications with UNO):
https://github.com/NicoHood/HoodLoader2