MickGyver / DaemonBite-Retro-Controllers-USB

A collection of retro controller USB adapters (SNES, NES, Mega Drive/Genesis, Master System, Atari, Commodore, Amiga and Amiga CD32)
GNU General Public License v3.0
288 stars 59 forks source link

[FR] Connect multiple controllers to the same Arduino Micro #19

Open eadmaster opened 3 years ago

eadmaster commented 3 years ago

is this possible by using different pins for the data wires while sharing the same power pins?

(Obviously i will be using only one controller at a time.)

eadmaster commented 2 years ago

just found a pad detection routine here that could be re-used: https://github.com/bootsector/LLAMA/blob/master/firmware/Input/Input.c#L161