From b53a46d21c597053eb32f52326d1ce71bad0ea22 Mon Sep 17 00:00:00 2001 From: Pete Shadbolt Date: Sun, 30 Jan 2022 17:25:42 -0800 Subject: [PATCH] README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index ffcafa0..65dfc2c 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,11 @@ 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. +To configure, add the following line to `/boot/config.txt`: + +``` +dtoverlay=gpio-ir-tx,gpio_pin=17 +``` + ![](./board.png) +