Skip to content

Commit fe956ca

Browse files
authored
Merge pull request #256 from adafruit/pwm-basic
Add basic PWM component
2 parents b03304c + 4b1e48b commit fe956ca

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"displayName": "PWM Output",
3+
"vendor": "Generic",
4+
"description": "A Pulse-Width-Modulated component with fixed frequency. Duty cycle can be set from 0-255",
5+
"productURL": "https://www.adafruit.com/product/301",
6+
"documentationURL": "https://learn.adafruit.com/improve-brushed-dc-motor-performance/pwm-and-brushed-dc-motors",
7+
"published": true,
8+
"pwmSetting": "fixedFrequency",
9+
"visualization": {
10+
"type": "slider-pwm"
11+
}
12+
}
7.47 KB
Loading

0 commit comments

Comments
 (0)