From 760d2678b8933899d6539dcb0e63dde024c43f71 Mon Sep 17 00:00:00 2001 From: Jarno Lehtinen Date: Thu, 6 Dec 2018 23:40:18 +0200 Subject: [PATCH] Update 4joy_adapter.ino --- C64_4joy_adapter/4joy_adapter.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C64_4joy_adapter/4joy_adapter.ino b/C64_4joy_adapter/4joy_adapter.ino index 7668e4b..d3e1d36 100644 --- a/C64_4joy_adapter/4joy_adapter.ino +++ b/C64_4joy_adapter/4joy_adapter.ino @@ -6,7 +6,7 @@ // https://arduino.stackexchange.com/questions/8758/arduino-interruption-on-pin-change/8926 // http://www.pighixxx.net/wp-content/uploads/2016/07/pro_micro_pinout_v1_0_red.png -// TXD (INT3,PD3) and RXD (INT2,PD2) together and to userport L +// TXD (INT3,PD3) and RXD (INT2,PD2) to userport L // INT2(RXD) is used for rising edge and INT3(TXD) for falling edge