Skip to content

Commit

Permalink
Indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfjlaros committed Feb 8, 2019
1 parent c02549c commit 3e85698
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ The documentation string can be used to name and describe the method.
interface(
digitalRead,
"digital_read: Read digital pin. @pin: Pin number. @return: Pin value.",
"digital_read: Read digital pin. @pin: Pin number. @return: Pin value.",
digitalWrite,
"digital_write: Write to a digital pin. @pin: Pin number. @value: Pin value.");
"digital_write: Write to a digital pin. @pin: Pin number. @value: Pin value.");
This is reflected on the host.

Expand Down

0 comments on commit 3e85698

Please sign in to comment.