Skip to content

Commit d652688

Browse files
author
Stefania
authored
Merge pull request #533 from per1234/new-parameters-section-format
Separate parameters list with blank lines
2 parents 4142d8b + 5063fa0 commit d652688

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

AsciiDoc_sample/Reference_Terms/AsciiDoc_Template-Single_Entity.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ image::http://arduino.cc/en/uploads/Main/ArduinoUno_R3_Front_450px.jpg[caption="
4040
[float]
4141
=== Parameters
4242
// List all available parameters, please describe them one by one adding the data type (e.g int, boolean, char, String, float, long, double...) ►►►►► THIS SECTION IS MANDATORY FOR FUNCTIONS ◄◄◄◄◄
43-
`pin`: the number of the pin to write to. Allowed data types: int. +
43+
`pin`: the number of the pin to write to. Allowed data types: int.
44+
4445
`value`: the duty cycle between 0 (always off) and 255 (always on). Allowed data types: int.
4546

4647

0 commit comments

Comments
 (0)