File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -111,13 +111,13 @@ channel that was exported. The following properties will then be available:
111
111
112
112
duty_cycle
113
113
The active time of the PWM signal (read/write).
114
- Value is in nanoseconds and must be less than the period.
114
+ Value is in nanoseconds and must be less than or equal to the period.
115
115
116
116
polarity
117
117
Changes the polarity of the PWM signal (read/write).
118
118
Writes to this property only work if the PWM chip supports changing
119
- the polarity. The polarity can only be changed if the PWM is not
120
- enabled. Value is the string "normal" or "inversed".
119
+ the polarity.
120
+ Value is the string "normal" or "inversed".
121
121
122
122
enable
123
123
Enable/disable the PWM signal (read/write).
You can’t perform that action at this time.
0 commit comments