Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 68e761c

Browse files
sanujkulper1234
andauthoredMar 8, 2020
Update README.md
Adding a linebreak Co-Authored-By: per1234 <[email protected]>
1 parent 85a9e34 commit 68e761c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ Arduino_DebugUtils Object that will be used for calling member functions.
3434

3535
### 2. Debug.setDebugLevel(int const debug_level) :
3636
Parameter debug_level in order of lowest to highest priority are : `DBG_NONE`, `DBG_ERROR`, `DBG_WARNING`, `DBG_INFO` (default), `DBG_DEBUG`, and `DBG_VERBOSE`.
37+
3738
Return type: void.
39+
3840
Example:
3941
```
4042
Debug.setDebugLevel(DBG_VERBOSE);

0 commit comments

Comments
 (0)
Please sign in to comment.