Kalidomra / AdamNet-Drive-Emulator

Arduino Mega ColecoVision Adam Disk Drive Emulator
GNU General Public License v3.0
27 stars 6 forks source link

Add support for separate read and write or multi-colored LEDs #35

Open MHeironimus opened 3 years ago

MHeironimus commented 3 years ago

I made the following enhancement that separates out the read and write operations as separate pins. This allows you to:

In my case I used a multi-colored LED where green was used for read operations and red was used for write operations (see photos included below for an example).

I configured the software to operate exactly like previous versions by default (i.e. pin 13 is used for all drives, both read and write), but users can modify the pins declared on lines 23 and 24 to do whatever they like.

Feel free to delete this Pull Request if you are not interested in this change.

Drive 2 Reading image

Drive 2 Writing image