From c9b756d4a38dbcde18a4a9e4c8e9ba873fd251da Mon Sep 17 00:00:00 2001 From: Jay Moore Date: Sun, 5 Jan 2020 04:42:23 +0000 Subject: [PATCH 1/2] Put typo in filename rather than fix repository. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c89e42..c9c1ddc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ ![HiFiLOGIX](images/logo.jpg "HiFiLOGIX") + Arduino Control for Your Vintage Stereo # History @@ -49,7 +50,7 @@ remote control function. The basic idea is parallel the actuator contacts of DPDT (or DPST) relays and flip them on one at a time (two for phono). -[![Schematic of hardware](/images/schematicsmall.png)](/images/schematic.png) +[![Schematic of hardware](/images/schematicmsall.png)](/images/schematic.png) Click for full resolution. Data is shifted in to a 74HC595 and it's parallel outputs are used to control a ULN2803(or 2003) darlington array to From 9eb9a78e41f01522162e8ca18963a09efce0459b Mon Sep 17 00:00:00 2001 From: Jay Moore Date: Sun, 5 Jan 2020 04:43:39 +0000 Subject: [PATCH 2/2] I really gotta get better at markdown. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c9c1ddc..c75431f 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,7 @@ emulate the original segmented font display of the Denon. # Software This sketch requires the following libaries: + - IRRemote (https://github.com/z3t0/Arduino-IRremote) - U8G2 Display Driver (https://github.com/olikraus/u8g2)