DhrBaksteen / ArduinoOPL2

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

BBC Microbit SPI support #31

Closed pappavis closed 6 years ago

pappavis commented 6 years ago

Ter info. Ik heb jouw Arduino OPL2 code gecompileerd op een Microbit en het werkt!!! Alleen.. jouw arduino SPI pinouts zijn niet compatible met Microbit.

It should be a fairly quick fix.

DhrBaksteen commented 6 years ago

Please keep the discussions on Github in English. That way everyone can be able to understand and participate.

I'm not familiar with this Microbit, but after Googling it, it seems more the fact that its MOSI and SCK signals are on different pin numbers than the Arduino's for example. This is not an issue in the code, but rather something I can add to the wiki on how to connect the OPL2 board.

Nonetheless, cool that it works on yet another platform.

DhrBaksteen commented 6 years ago

Pinout description added to the wiki https://github.com/DhrBaksteen/ArduinoOPL2/wiki/Connecting

This resolves #31