From 3fb53a37758d96a116e0066ac90ffea1d938f32f Mon Sep 17 00:00:00 2001 From: brode Date: Sat, 16 May 2020 13:36:36 +0200 Subject: [PATCH] Fixed wrong PWM frequency variable name (#13460) --- source/_integrations/rpi_gpio_pwm.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/rpi_gpio_pwm.markdown b/source/_integrations/rpi_gpio_pwm.markdown index 5ee45f9c42b..bac05f9635e 100644 --- a/source/_integrations/rpi_gpio_pwm.markdown +++ b/source/_integrations/rpi_gpio_pwm.markdown @@ -49,7 +49,7 @@ leds: description: The type of LED. Choose either `rgb`, `rgbw` or `simple`. required: true type: string - freq: + frequency: description: The PWM frequency. required: false default: 200