From 1e7db50b3d1217e0b52fca118fff75d979dbcc55 Mon Sep 17 00:00:00 2001 From: pastapojken <6597735+pastapojken@users.noreply.github.com> Date: Mon, 21 Sep 2020 14:18:11 +0200 Subject: [PATCH] Minor date & layout fix, for consistency --- extras/hardwarepwm.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/extras/hardwarepwm.md b/extras/hardwarepwm.md index 45e1c02..73e88d6 100644 --- a/extras/hardwarepwm.md +++ b/extras/hardwarepwm.md @@ -7,7 +7,7 @@ description: Plugin for true hardware PWM on the Raspberry Pi author: Daria Rostirolla license: AGPLv3 -date: 2019-02-01 +date: 2019-02-08 homepage: https://github.com/pastapojken/OctoPrint-Hardwarepwm source: https://github.com/pastapojken/OctoPrint-Hardwarepwm @@ -31,15 +31,14 @@ featuredimage: /assets/img/plugins/hardwarepwm/settingsPage.png compatibility: - compatibility: - - python: ">=2.7,<4" - octoprint: - 1.2.0 os: - linux + python: ">=2.7,<4" + --- Plugin that uses the PIGPIO library for hardware PWM, thus creating a flicker free pwm signal for LED strip dimming. Requires you to install pigpio through apt-get and to start/enable the pigpiod daemon.