Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d39e264

Browse files
committed
Update readme.md
1 parent 7c07892 commit d39e264

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

readme.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
<br></br>
66
- Download and install the [Arduino IDE](https://www.arduino.cc/en/software).
77
<br></br>
8-
- Download and unpack the repository archive to `C:\Users\your_username\Documents\Arduino\HID_Arduino`
8+
- Download and unpack the repository archive to `C:\Users\your_username\Documents\Arduino\HID_Arduino` or if you have logitech G-series mouse download [this](https://github.com/SunOner/usb-host-shield-mouse_for_ai_aimbot) and unpack the repository archive to `C:\Users\your_username\Documents\Arduino\hidmousereport`
99
<br></br>
1010
- Download and unpack [this](https://github.com/felis/USB_Host_Shield_2.0/releases/tag/1.6.2) archive into `C:\Users\your_username\Documents\Arduino\libraries\USB_Host_Shield_2.0-1.6.2`
1111
<br></br>
1212
- Solder 3 contacts on the board to increase the voltage as shown in the image.
1313
- ![](https://github.com/SunOner/HID_Arduino/blob/main/docs/media/host_shield_board.gif)
1414
<br></br>
15-
- Open the file `C:\Users\your_username\Documents\Arduino\HID_Arduino\HID_Arduino.ino`
15+
- Open the file `C:\Users\your_username\Documents\Arduino\HID_Arduino\HID_Arduino.ino` or `C:\Users\your_username\Documents\Arduino\hidmousereport\hidmousereport.ino` if you have logitech G-series mouse
1616
<br></br>
1717
- Connect the `ARDUINO USB HOST SHIELD` to the `Arduino Leonardo` and connect the `ARDUINO` to the PC.
1818
<br></br>
@@ -25,7 +25,7 @@
2525
<br></br>
2626
- Connect the mouse to the host shield.
2727
<br></br>
28-
- Test the mouse for functionality. If everything works as it should, then you have been successful and lucky with the mouse model. But if something does not work correctly, continue to the next steps.
28+
- Test the mouse for functionality. If everything works as it should, then you have been successful and lucky with the mouse model. But if something does not work correctly, continue to the next steps. (For logitech G-series tutorial is ends.)
2929
<br></br>
3030
- Open the file `C:\Users\your_username\Documents\Arduino\libraries\USB_Host_Shield_2.0-1.6.2\settings.h` in notepad.
3131
<br></br>
@@ -62,14 +62,14 @@
6262
<br></br>
6363
- Скачайте и установите [Arduino IDE](https://www.arduino.cc/en/software).
6464
<br></br>
65-
- Скачайте и распакуйте архив скачанный с репозитория в `C:\Users\ваше_имя_пользователя\Documents\Arduino\HID_Arduino`
65+
- Скачайте и распакуйте архив скачанный с репозитория в `C:\Users\ваше_имя_пользователя\Documents\Arduino\HID_Arduino` или если у вас мышка logitech G-серии скачайте [this](https://github.com/SunOner/usb-host-shield-mouse_for_ai_aimbot) и распакуйте скачанный архив с репозитория в `C:\Users\ваше_имя_пользователя\Documents\Arduino\hidmousereport`
6666
<br></br>
6767
- Скачайте и распакуйте [этот](https://github.com/felis/USB_Host_Shield_2.0/releases/tag/1.6.2) архив и распакуйте в `C:\Users\ваше_имя_пользователя\Documents\Arduino\libraries\USB_Host_Shield_2.0-1.6.2`
6868
<br></br>
6969
- Спаяйте на плате 3 контакта чтобы получилось как на изображении. (Для увеличения напряжения)
7070
- ![](https://github.com/SunOner/HID_Arduino/blob/main/docs/media/host_shield_board.gif)
7171
<br></br>
72-
- Откройте файл `C:\Users\ваше_имя_пользователя\Documents\Arduino\HID_Arduino\HID_Arduino.ino`
72+
- Откройте файл `C:\Users\ваше_имя_пользователя\Documents\Arduino\HID_Arduino\HID_Arduino.ino` или `C:\Users\ваше_имя_пользователя\Documents\Arduino\hidmousereport\hidmousereport.ino` если у вас мышка logitech G-серии
7373
<br></br>
7474
- Подключите плату `ARDUINO USB HOST SHIELD` к `Arduino Leonardo` и подключите к ПК `ARDUINO`.
7575
<br></br>
@@ -82,7 +82,7 @@
8282
<br></br>
8383
- Подключите мышь к host shield.
8484
<br></br>
85-
- Проверьте мышь на работоспособность. Если всё работает как нужно то у вас всё получилось и повезло с моделью мыши. Но если что-то работает не правильно вам дальше.
85+
- Проверьте мышь на работоспособность. Если всё работает как нужно то у вас всё получилось и повезло с моделью мыши. Но если что-то работает не правильно вам дальше. (Для logitech G-серии дальнейшие действия не требуются.)
8686
<br></br>
8787
- Откройте в блокноте файл `C:\Users\ваше_имя_пользователя\Documents\Arduino\libraries\USB_Host_Shield_2.0-1.6.2\settings.h`
8888
<br></br>

0 commit comments

Comments
 (0)