Bobcatmodder / SAATunes

An Arduino library to play MIDI tunes on the SAA1099 sound generator chip
Other
19 stars 4 forks source link

Proting for esp8266 #3

Closed LucaCarrero closed 3 years ago

LucaCarrero commented 3 years ago

Hi, i found and made your fantastic project, but i would like use it whit esp8266. Can you help me to do this porting? Thank you.

Bobcatmodder commented 3 years ago

Hi Luca, glad to hear you're enjoying the project! I don't have time to help with an ESP8266 port at the moment. Most of the code should work once a few key pieces are ported. The pieces that would need changing are these:

Good luck!

LucaCarrero commented 3 years ago

I did it. I use pcf8575 for data BUS and esp8266 timer library.

https://github.com/LucaCarrero/SAATunes

Happy new year.