From 003f8862eb79c0dc6b97b0fe33a14717aec0b144 Mon Sep 17 00:00:00 2001 From: mcgurk Date: Mon, 5 Sep 2016 23:58:26 +0300 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4efca95..7ae8470 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ https://github.com/MHeironimus/ArduinoJoystickLibrary ### Joystick(s) or gamepad(s) and way to connect them to Arduino Some joystick/gamepads uses their own connectors and original connectors can be very pricey. Sometimes you can find extension cord cheaper than plain connector and you can take cable and plug from that. +You can use any IO-pins, but try to avoid pins 0 and 1. They are serial port TX and RX pins and even though they are not used right now, they are handy for debugging and other uses. ## Setup