From b3b0176b46768e9ca874d7643320eecad4cf1162 Mon Sep 17 00:00:00 2001 From: Psenfft Date: Thu, 8 May 2025 15:57:15 +0200 Subject: [PATCH] Update README.md added instruction to enable PWM --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e1570e0..3946ba8 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ In order to use the LED we need to enable the SPI interface on the Rpi. You can enable it by running `sudo raspi-config`, or by manually adding `dtparam=spi=on` to `/boot/firmware/config.txt`. +Enable PWM -> add dtoverlay=pwm to /boot/config.txt # Config