Files
SyncHome/trunk/AVRProjects/ym2149-test/README.md
2023-03-13 09:01:12 +00:00

35 lines
774 B
Markdown

Title: ym2149-test
The ym2149-test is a little firmware to check that the [YM2149 &
Arduino circuit][2] is working properly.
Requirements
------------
The following libraries are required:
* avr-gcc
* avr-libc
* avrdude
How to test the circuit
-----------------------
$ make
$ make flash
More information
----------------
More information can be found on my blog:
* [Driving YM2149F sound chip with an Arduino][2]
* [Arduino Hello World without IDE][3]
Besides, a video showing the [YM2149 & Arduino circuit playing a tune][1] is
available.
[1]: https://www.youtube.com/watch?v=MTRJdDbY048
[2]: http://www.florentflament.com/blog/driving-ym2149f-sound-chip-with-an-arduino.html
[3]: http://www.florentflament.com/blog/arduino-hello-world-without-ide.html