Update README.md

added instruction to enable PWM
This commit is contained in:
Psenfft 2025-05-08 15:57:15 +02:00 committed by GitHub
parent f8a648bd5a
commit b3b0176b46
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,6 +4,7 @@
In order to use the LED we need to enable the SPI interface on the Rpi. 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`. 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 # Config