I made the following enhancement that separates out the read and write operations as separate pins. This allows you to:
Have a different LED for read and write operations per drive
Use a multi-colored LED to indicate the difference between a read and write operation
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.
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
Drive 2 Writing