mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
adding frequency configuration to pwm output (#1206)
This commit is contained in:
committed by
Dave Conway-Jones
parent
5c2e7ce407
commit
b2390f1caf
@@ -649,7 +649,8 @@
|
||||
"pikeyboard": "Pi Keyboard",
|
||||
"left": "Left",
|
||||
"right": "Right",
|
||||
"middle": "Middle"
|
||||
"middle": "Middle",
|
||||
"freq": "Frequency (Hz)"
|
||||
},
|
||||
"resistor": {
|
||||
"none": "none",
|
||||
@@ -671,7 +672,7 @@
|
||||
"pin": "<b>Pins in Use</b>: ",
|
||||
"in": "Tip: Only Digital Input is supported - input must be 0 or 1.",
|
||||
"dig": "Tip: For digital output - input must be 0 or 1.",
|
||||
"pwm": "Tip: For PWM output - input must be between 0 to 100."
|
||||
"pwm": "Tip: For PWM output - input must be between 0 to 100; setting high frequency might occupy more CPU than expected."
|
||||
},
|
||||
"types": {
|
||||
"digout": "digital output",
|
||||
|
Reference in New Issue
Block a user