Search found 1 match
- July 10th, 2017, 9:01 pm
- Forum: Hardware
- Topic: PSNee further development
- Replies: 572
- Views: 1506087
Re: PSNee further development
Just got this running with my Nano on my SCPH-1001. #define ARDUINO_NANO //Make that "#define ARDUINO_UNO" if you want to compile for Arduino Uno instead of ATTiny25/45/85 #ifdef ARDUINO_NANO //Pins int data = 11; //The pin that outputs the SCEE SCEA SCEI string int gate = 12; //The pin th...