You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ if (pwmPin != null)
26
26
// You do have a valid one
27
27
}
28
28
```
29
+
29
30
### Duty cycle
30
31
31
32
You can adjust the duty cycle by using the property:
@@ -40,7 +41,7 @@ The duty cycle goes from 0.0 to 1.0.
40
41
41
42
It is recommended to setup the frequency when creating the PWM Channel. You can technically change it at any time but keep in mind some platform may not behave properly when adjusting this element.
42
43
43
-
### Advance PwmChannel creation
44
+
### Advanced PWM channel creation
44
45
45
46
You can as well, if you know the chip/timer Id and the channel use the create function:
46
47
@@ -73,6 +74,6 @@ The **nanoFramework** Class Libraries are licensed under the [MIT license](LICEN
73
74
This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behaviour in our community.
74
75
For more information see the [.NET Foundation Code of Conduct](https://dotnetfoundation.org/code-of-conduct).
75
76
76
-
###.NET Foundation
77
+
## .NET Foundation
77
78
78
79
This project is supported by the [.NET Foundation](https://dotnetfoundation.org).
0 commit comments