Skip to content

Commit 76eee63

Browse files
committed
Minor style fixes
1 parent cbc15ca commit 76eee63

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ if (pwmPin != null)
2626
// You do have a valid one
2727
}
2828
```
29+
2930
### Duty cycle
3031

3132
You can adjust the duty cycle by using the property:
@@ -40,7 +41,7 @@ The duty cycle goes from 0.0 to 1.0.
4041

4142
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.
4243

43-
### Advance PwmChannel creation
44+
### Advanced PWM channel creation
4445

4546
You can as well, if you know the chip/timer Id and the channel use the create function:
4647

@@ -73,6 +74,6 @@ The **nanoFramework** Class Libraries are licensed under the [MIT license](LICEN
7374
This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behaviour in our community.
7475
For more information see the [.NET Foundation Code of Conduct](https://dotnetfoundation.org/code-of-conduct).
7576

76-
### .NET Foundation
77+
## .NET Foundation
7778

7879
This project is supported by the [.NET Foundation](https://dotnetfoundation.org).

0 commit comments

Comments
 (0)