Skip to content

Commit fb8f068

Browse files
authored
Update README.md
1 parent 643536c commit fb8f068

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Y | Y | B
2626
# Required components
2727
* Controller to sacrifice
2828
* A compatible Arduino board @16MHz, I use an Arduino Pro Mini (must be powered by 3.3V!)
29-
* GameCube controller extension cord
29+
* GameCube controller extension cord (wire colors might be different from mine, check continuity yourself)
3030
* 10k resistor to pull up the data line
3131

3232
To my knowledge no 3.3V 16Mhz Arduino board exist, but the ATmega328p on a 5V 16Mhz Arduino Pro Mini can run at 3.3V. Though it is not advised to do so, I personally haven't had any issues, but please keep this in mind. Additional information can be found in the microcontroller datasheet:
@@ -36,7 +36,7 @@ http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-7810-Automotive-Microcontr
3636
* Flash the code to the Arduino. An external programmer like the USBtinyISP works great.
3737
* Remove all components on the controller PCB and solder the button outputs of the Arduino to the controller PCB. Don't forget to connect GND.
3838
* Wire up 3.3V, GND and Data from the extension cord. DO NOT USE 5V!
39-
* Connect the 10k resistor between 3.3V and data line.
39+
* Connect the 10k resistor between 3.3V and the data line.
4040

4141
Arduino Pro Mini pinout:
4242

0 commit comments

Comments
 (0)