From 7bcbfd8939bb3c0e888a520201f0ed22866272c5 Mon Sep 17 00:00:00 2001 From: Jarno Lehtinen Date: Wed, 16 Jan 2019 19:25:29 +0200 Subject: [PATCH] Support for 2 buttons --- RetroJoystickAdapter_Atari.ino | 1 - 1 file changed, 1 deletion(-) diff --git a/RetroJoystickAdapter_Atari.ino b/RetroJoystickAdapter_Atari.ino index 8a0a475..394f8bf 100644 --- a/RetroJoystickAdapter_Atari.ino +++ b/RetroJoystickAdapter_Atari.ino @@ -1,4 +1,3 @@ - //DB9 (8=GND): 1 2 3 4 5 6 7 8 9 const uint8_t inputPinsPort1[] = { 5, 6, 7, 8, 0, 4, 0, 0, A2}; const uint8_t inputPinsPort2[] = {10, 16, 14, 15, 0, 3, 0, 0, A1};