DhrBaksteen / ArduinoOPL2

Arduino library for use with the OPL2 board (YM3812) and OPL3Duo (YMF262)
MIT License
198 stars 39 forks source link

Arduino and 5V/GND #16

Closed vincentbernat closed 6 years ago

vincentbernat commented 6 years ago

Hey!

Looking at the assembly instruction, I wonder why 5V/GND are not mentioned on Arduino. Shouldn't they be wired?

DhrBaksteen commented 6 years ago

Yes they must be wired.

To me it seemed more obvious for an Arduino since the pins are nicely labeled on the board, wherace a Raspberry Pi just has the bare pin headers. That's why I didn't bother for the Arduino :).

vincentbernat commented 6 years ago

OK, thanks. Sorry for the dumb question!