diff --git a/components/pwm/pwm_output/definition.json b/components/pwm/pwm_output/definition.json new file mode 100644 index 00000000..03e7d926 --- /dev/null +++ b/components/pwm/pwm_output/definition.json @@ -0,0 +1,12 @@ +{ + "displayName": "PWM Output", + "vendor": "Generic", + "description": "A Pulse-Width-Modulated component with fixed frequency. Duty cycle can be set from 0-255", + "productURL": "https://www.adafruit.com/product/301", + "documentationURL": "https://learn.adafruit.com/improve-brushed-dc-motor-performance/pwm-and-brushed-dc-motors", + "published": true, + "pwmSetting": "fixedFrequency", + "visualization": { + "type": "slider-pwm" + } +} diff --git a/components/pwm/pwm_output/image.png b/components/pwm/pwm_output/image.png new file mode 100644 index 00000000..2d16cec0 Binary files /dev/null and b/components/pwm/pwm_output/image.png differ