jaburns / NintendoSpy

Live controller viewer for Nintendo consoles. Includes viewer application for Windows, and Arduino sketch for hardware interface.
MIT License
255 stars 85 forks source link

Implement on ESP8266 #93

Open Maatooh opened 1 year ago

Maatooh commented 1 year ago

How can I adapt this on an ESP8266?

since esp8266 I can't use inputs like: PIND,PINC,PORTD,DDRD,PORTC,DDRC .

What would their equivalencies be?

Thanks!