From 08e3e0d003083d9e5ad583850302c0e55f48f21f Mon Sep 17 00:00:00 2001 From: Pete Shadbolt Date: Sun, 30 Jan 2022 17:21:00 -0800 Subject: [PATCH] README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a274761..ffcafa0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # IRLID +I wanted to be able to control amplifiers, projectors etc. from Raspberry Pi via infrared. This can be done using LIRC and GPIO. Unfortunately some commercial infrared LED hats use a GPIO pin which conflicts with the pins used for the IQAudio DAC hat. This board fixes that by using GPIO pin 17, and has been tested sitting on top of an IQAudio DAC. + ![](./board.png)