This commit is contained in:
Maxim Devaev 2023-08-11 04:49:03 +03:00
parent 0d0c23e0fe
commit 3db6c9ff1d
1 changed files with 2 additions and 2 deletions

View File

@ -121,9 +121,9 @@ If you are making the Pico HID for V2 or V3, add the following lines to the PiKV
## Arduino HID replacement
!!! note
This section is intended for advanced users
This section is intended for advanced users of legacy PiKVM V0 & Arduino HID
The Pico HID can be used to replace the [Arduino HID](arduino_hid.md) in legacy DIY PiKVM V0 builds.
The Pico HID can be used to replace the [legacy Arduino HID](arduino_hid.md) in DIY PiKVM V0 builds.
Moreover, it can use both Serial (UART) port and SPI. The connection scheme is also noticeably simplified,
getting rid of the transistor for the Reset line and level shifter for RX/TX (MOSI/MISO).